How can I minimize the browser window which has been launched via Selenium Webdriver?
Answer Posted / roopachowdary
Driver.manage().window().minimize()
| Is This Answer Correct ? | 15 Yes | 3 No |
Post New Answer View All Answers
Does the selenium have any limitations?
How to handle https website in selenium? Or how to accept the ssl untrusted connection?
What are some advantages of selenium?
What are different types of locators?
Can we enter text without using sendkeys()?
What is the use of logging in automation?
What are its advantages of pom?
How can we check if an element is enabled for interaction on a web page?
What are the different types of drivers available in webdriver?
What are the challenges in handling ajax call in selenium webdriver?
When to use autoit?
Mention what are the types of listeners in testng?
How to retrieve css properties of an element?
How to read a javascript variable in selenium webdriver?
What are driver.close and driver.quit in WebDriver? Which is more preferable?