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 |
Which are the operating systems supported by selenium?
What are the Different Types of Waiting in the WebDriver?
What is the difference between driver.get() and driver.navigate.to()
Tell us can captcha and bar code reader be automated by using selenium?
What is page object model or pom?
Explain Cucumeber Framework?
What happen if you mix both thread.sleep and webdriver waits in a selenium script?
What is htmlunitdriver?
Do you know any alternative test automation tools for selenium?
Mention why do you need session handling while working with selenium?
Tell me how can you insert a start point in selenium ide?
From selenium ide how you can execute a single line?