This blog is for Automation Test Engineers

Friday 16 March 2018

How to maximize the screen in selenium

Webdriver driver =new FirefoxDriver();
driver.get("https://www.google.co.in");
driver.manage().window().maximize();
driver.close();

0

0 comments:

Post a Comment