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 |
How do you read data from excel?
What are some of the different ways to find an element using selenium as a tool?
Write a code to wait for a particular element to be visible on a page. Write a code to wait for an alert to appear.
How to submit a form using selenium webdriver?
How can we inspect the web element attributes in order to use them in different locators?
Write the code to right click an element in selenium?
How you will login into any site if it is showing any authentication popup for username and password?
How to locate a link using its text in selenium?
What evaluation can selenium do?
How to click on a hyper link using linktext?
what is the use of x-path?
What are startpoints and breakpoints in selenium?