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 to handle the AJAX popup window?
What are the drawbacks of selenium ide
How to run selenium webdriver test from the command line?
What is a fundamental difference between xpath and css selector?
Tell me how you can find broken images in a page using selenium web driver?
What is the purpose of the getoptions() method?
Mention what are the types of listeners in testng?
How can we launch different browsers in selenium webdriver?
How do I upload a file using selenium? I need to upload a word file during test execution.
Is webelement an interface or a class?
How will you handle working with multiple windows in selenium?
How you can capture server side log selenium server?
How can we handle web-based pop-up?
Explain me how to check a checkbox in selenium?
What is an absolute xpath?