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 |
Mention what is the difference between selenium and sikuli?
When to use assert, verify and waitfor in selenium?
What is parameterization in testng? How to pass parameters using testng.xml?
What evaluation can selenium do?
Tell me how do perform drag and drop using selenium webdriver?
Can we move back and forward in browser using selenium?
Is the firefoxdriver a class or an interface?
What is an absolute xpath?
How to pass parameters using testng.xml?
How to handle browser (chrome) notifications in selenium?
What is selenese and what are the types of selenese?
Explain what is framework and what are the frameworks available in rc?