Tried using Python
Option with document.body.style.zoom= '150%', not suitable.
And with document.body.style.zoom= '1.5' also doesn't work.
Asked
Active
Viewed 922 times
1
Alex
- 81
- 5
1 Answers
1
I'm sorry I almost immediately found a solution after the post of the question)
webdriver.execute_script("document.body.style.MozTransform='scale(1)';")
Alex
- 81
- 5