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 the types of text patterns available in selenium?
How do you click on a menu item in a drop down menu?
What is the difference between find elements () and find element ()?
How to export selenium ide test suite to selenium rc suites?
Mention what are the challenges in handling ajax call in selenium webdriver?
Why should testers opt for selenium and not qtp?
How to run selenium webdriver test from the command line?
What is pom (page object model)?
What are the different types of wait statements in selenium webdriver? Or how do you achieve synchronization in webdriver?
How to execute a single line command from selenium ide?
How can we inspect the web element attributes in order to use them in different locators?
How do you verify if the checkbox/radio is checked or not?
To generate pdf reports mention what java api is required?
What is assertion in selenium?
How can we handle web-based pop-up?