lundi 21 décembre 2020

How to Open Web Page in Full Screen Mode with Selenium IDE?

In Selenium Webdriver, we can open a web page in full screen mode with the instruction: driver.manage().window().fullscreen();

In Selenium IDE, I tried to use Javascript commands screen.height and screen.width, but it is not what I want.

How can we do that with Selenium IDE?

Thank you

Aucun commentaire:

Enregistrer un commentaire