- Copy the following URL in your web browser: https://www.whats-on-netflix.com/library/categories/
- Copy and paste the following code in the developer console on the previous URL.
- The result is in your clipboard.
function simulateClick(elem) {
const evt = new MouseEvent('click', {
bubbles: true,