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 are selenium ide, webdriver and selenium rc different from each other?
What is intellij?
What is pom (page object model)?
How can we find all the links on a web page?
How to invoke an application in webdriver?
What api is required for database testing in selenium webdriver?
Write a code snippet to launch internet explorer browser in webdriver.
How to capture the screenshot of failed testcase only among a set of testcases?
Are you familiar with selenium? If yes, what is it?
What is the use of selenium grid?
What are the limitations of selenium ide?
What is the use of deselect all () method?