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
List out different types of locators?
How does testng allow you to state dependencies?
When to use autoit?
What are the advantages of selenium as a test tool?
What is the function of xpath?
Which technique should you consider using throughout the script “if there is neither frame id nor frame name”?
What are the prerequisites to run selenium webdriver?
What is same origin policy and how it can be handled?
How to do file upload in selenium?
How can we type text in a textbox element using selenium?
What do you mean by xpath?
Explain how you can login into any site if it’s showing any authentication popup for password and username?
Can we use selenium rc for tests driving on two different browsers on one operating system without selenium grid?
What is the difference between “type” and “typeandwait” command?
What is framework and what are the frameworks available in rc?