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 does a single “/” bar in XPath do?
How to debug the tests in selenium ide?
How can we find all the links on a web page?
Can WebDriver test mobile applications?
How do you get the width of the textbox?
What is the framework?
In which format does source view show the script in selenium ide?
What type of tests have you automated?
What are heightened privileges browsers?
How to find more than one web element in the list?
How does testng allow you to state dependencies? Explain it with an example.
Explain how you can handle frames using selenium 2.0?