1

Tried using Python Option with document.body.style.zoom= '150%', not suitable. And with document.body.style.zoom= '1.5' also doesn't work.

Alex
  • 81
  • 5

1 Answers1

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