How to invoke an application in webdriver?
Answer / sowjanya
to invoke an application from webdriver
driver.get("url");
driver.navigate().to("url");
| Is This Answer Correct ? | 5 Yes | 0 No |
What must one set within side in order to run a test from the beginning to a certain point within the test?
What does side stand for?
How do you get the attribute of the web element?
What are the advantages of automation framework?
How can we fetch title of the page in selenium?
What do you mean by the assertion in selenium?
What is webdriver wait in selenium webdriver?
How to execute a single line command from selenium ide?
Mention what is desired capability? How is it useful in terms of selenium?
How can we submit a form in selenium?
How you build object repository in your project?
Is selenium capable of handling windows pop-ups?