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 is exception test in selenium?
How you will switch from one frame to another?
Explain what is assertion in selenium and what are the types of assertion?
Tell me can we use selenium rc for tests driving on two different browsers on one operating system without selenium grid?
Mention in what ways you can customize testng report?
How do you find element using Java Script?
What is same origin policy and how it can be handled?
Explain about selenium-grid ?
How you build object repository in your project?
How to mouse hover on a web element using webdriver?
What are various ways of locating an element in selenium?
How to perform double click action in selenium webdriver?