How to resize browser window using selenium webdriver?
Answer / sowjanya
to resize a window
driver.manage().window().setSize(100,300);
| Is This Answer Correct ? | 0 Yes | 0 No |
How to test ajax application with selenium?
How to find whether an element is displayed on the web page?
How can you redirect browsing from a browser through some proxy?
Is there a way to refresh browser using selenium?
What are the advantages of selenium webdriver?
How you can find broken images in a page using selenium web driver?
What is assertion in selenium?
What are heightened privileges browsers?
When do you use selenium grid?
What are the types of text patterns available in selenium?
what is mutation testing, Difference between system and End to End testing,Give examples of bug having high priority but low severity except spelling mistakes and logo symbol.
What is robot api?