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 to launch a browser using selenium webdriver?
Mention in what ways you can customize testng report?
how to handle staleelementreferenceexception?
List out different types of locators?
How to capture screenshot in webdriver?
Tell me how you can capture server side log selenium server?
Tell me how can we launch different browsers in selenium webdriver?
What is the difference between driver.close() and driver.quit() methods?
What programming languages are you able to use in selenium rc?
What kind of mouse actions can be performed in selenium?
Write a code snippet to launch internet explorer browser in webdriver.
What are the open-source frameworks supported by selenium webdriver?