I need some help with Firefox when I zoom in and out. I'm using this function:
driver.execute_script("document.body.style.zoom='70%'")
It just works on Chrome. Does anyone know a solution for it? I'm using python and selenium.
nothing is working in Firefox. Chrome it works fine.