Answer Posted / sowjanya
to invoke an application from webdriver
driver.get("url");
driver.navigate().to("url");
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How to find whether an element is displayed on the web page?
What are the open-source frameworks supported by selenium webdriver?
When should I use Selenium IDE?
How to enter text in the HTML text box without invoking the SendKeys ()?
Explain how you can switch back from a frame?
What is the difference between selenium ide, selenium rc, and webdriver?
How to deal with frame in webdriver?
Why should selenium be selected as a test tool?
What are the testing types that can be supported by selenium?
How can you find if an element displayed on the screen?
How to capture screenshot in selenium webdriver?
What are the different Exceptions in selenium?
Can we move back and forward in browser using selenium?
How you can find broken images in a page using selenium web driver?
Explain how to iterate through options in test script?