How to resize browser window using selenium webdriver?
Answer Posted / sowjanya
to resize a window
driver.manage().window().setSize(100,300);
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you verify an object presented in multiple pages?
What is same origin policy and how it can be handled?
Explain what does @test(invocationcount=?) And @test(threadpoolsize=?) Indicate.
How to check if a text is highlighted on the page ?
What regular expression special character(s) means "any character?"
Explain how you can insert a start point in selenium ide?
To enter values onto text boxes what is the command that can be used?
What are the different Selenium components?
Can selenium handle windows based pop up?
Explain how can you find broken links in a page using selenium webdriver?
What is the purpose of selenium ide?
What are the main advantages of automation testing?
What is the testng.xml file used for?
How much does selenium license cost per client machine?
What are the operating systems supported by selenium webdriver?