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 colors could be handled in selenium webdriver?
What do we mean by selenium 1 and selenium 2?
How to do drag and drop in selenium?
Mention what is the difference between selenium and sikuli?
How can you fetch an attribute from an element? How to retrieve typed text from a textbox?
Explain using webdriver how you can perform double click?
What is the super interface of webdriver?
What is Selenium IDE?
What are the challenges and limitations of selenium webdriver?
How to launch a browser using selenium webdriver?
How is testng better than junit?
What test can selenium perform?