How can I minimize the browser window which has been launched via Selenium Webdriver?
Answer Posted / vijay pratap singh
driver.manage().window().setSize(windowMinSize);
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are some limitations of selenium?
Can selenium handle windows based pop up?
What are the types of webdriver apis available in selenium?
How to take screenshots in selenium webdriver?
Enlist the components of selenium.
Which is the only browser that supports selenium ide to be used?
Is there an htmlunitdriver for .net?
How to pass parameters using testng.xml?
How can we fetch the page source in selenium?
How to handle https website in selenium? Or how to accept the ssl untrusted connection?
How to pause a test execution for 5 seconds at a specific point?
Explain what is the difference between find elements () and find element ()?
Explain me how to check a checkbox in selenium?
Explain how you will login into any site if it is showing any authentication popup for username and password?
List the parameters that one needs to pass in selenium.