TESTEVERYTHING

Showing posts with label Maximize window. Show all posts
Showing posts with label Maximize window. Show all posts

Friday, 12 October 2012

Maximize window in selenium/webdriver

By using below methods you maximize window in selenium/webdriver
1.  selenium.windowMaximize();
2.  driver.manage().window().maximize();

3. If above 2 commands doesn't work try the below code.

Refer the below example

Which one is right ?

Translate







Tweet