How to invoke an application in webdriver?



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

Post New Answer

More Selenium Interview Questions

How to export selenium ide test suite to selenium rc suites?

0 Answers  


How do you find element using Java Script?

3 Answers   HCL,


What types of cases can be automated with Selenium?

0 Answers  


Explain dataproviders in testng ?

0 Answers  


How does one capture a page title in selenium 2.0?

0 Answers  






When to use autoit?

0 Answers  


Which technique should you consider using throughout the script “if there is neither frame id nor frame name”?

0 Answers  


What are the Different Types of Waiting in the WebDriver?

1 Answers  


Tell me how you can capture server side log selenium server?

0 Answers  


Explain how you can login into any site if it’s showing any authentication popup for password and username?

0 Answers  


What are the advantages of selenium as a test tool?

0 Answers  


What are the different ways of locating a web element in selenium?

0 Answers  


Categories