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
What is page factory?
If one wanted to display the value of a variable named answer in the log file, what would the first argument to the previous command look like?
Explain the difference between confirming and verifying commands?
Do you know what are the main advantages of selenium grid?
How can it be found if an item is displayed on the screen?
How to export the tests from selenium ide to selenium rc in different languages?
What is the use of driver.get("url") and driver.navigate().to("url") command? Is there any difference between the two?
What are the different components in selenium?
How recorded command can be edited in ide?
Explain about selenium-grid ?
Explain what is group test in testng?
Explain how selenium grid works?
What are the advantages of selenium as a test tool?
Explain what are the limitations of selenium ide?
Please explain what are the different types of locators in selenium?