Showing posts with label maximize the browser using selenium webdriver. Show all posts
Showing posts with label maximize the browser using selenium webdriver. Show all posts

Wednesday, 16 January 2013

How to maximize the browser using selenium webdriver?

How to maximize the browser using selenium webdriver?


Use this Code:

driver.manage().window().maximize();