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 |
How to capture the screenshot of failed testcase only among a set of testcases?
How selenium grid works?
Explain what is framework and what are the frameworks available in rc?
What is datadriven framework and keyword driven?
What is the alternative to driver.get() method to open an url using selenium webdriver?
What are the advantages of selenium?
How do you click on a menu item in a drop down menu?
How to input text in the text box using selenium webdriver?
Why to choose python over java in selenium?
Does the selenium ide have any drawbacks?
Tell me how colors could be handled in selenium webdriver?
How to locate a link using its text in selenium?