This blog is for Automation Test Engineers

Friday 16 March 2018

How to minimize the screen size

Webdriver driver =new FirefoxDriver();
driver.get("https://www.google.co.in");
driver.manage().window().setPosition(new Point(0,-500));
driver.close();


0

0 comments:

Post a Comment