How can I minimize the browser window which has been launched via Selenium Webdriver?
Answers were Sorted based on User's Feedback
Answer / vijay pratap singh
driver.manage().window().setSize(windowMinSize);
| Is This Answer Correct ? | 1 Yes | 0 No |
What can cause a selenium ide test to fail?
How to test ajax application with selenium?
What are the challenges and limitations of selenium webdriver?
How are selenium ide, webdriver and selenium rc different from each other?
How can we create object repository in selenium?
How can we get text from a Web Part?
Write a code snippet to launch firefox browser in webdriver.
How to login into any site if it is showing an authentication pop-up for username and password?
What test can selenium perform?
How to capture the screenshot of failed testcase only among a set of testcases?
What is the testng.xml file used for?
What are the challenges in handling ajax call in selenium webdriver?