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 do drag and drop in selenium?
List some scenarios which we cannot automate using selenium webdriver?
How do you simulate browser back and forward?
Explain how can you find broken links in a page using selenium webdriver?
What is the use of @listener annotation in testng?
How to set test case priority in testng?
What you know about selenium?
Explain the different kinds of frameworks in automation?
How do you verify if the checkbox/radio is checked or not?
How you can handle colors in web driver?
What is the use of context menu in selenium ide?
What do you mean by xpath?