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

What is exception test in selenium?

1 Answers  


How you will switch from one frame to another?

1 Answers  


Explain what is assertion in selenium and what are the types of assertion?

1 Answers  


Tell me can we use selenium rc for tests driving on two different browsers on one operating system without selenium grid?

1 Answers  


Mention in what ways you can customize testng report?

1 Answers  


How do you find element using Java Script?

3 Answers   HCL,


What is same origin policy and how it can be handled?

1 Answers  


Explain about selenium-grid ?

1 Answers  


How you build object repository in your project?

1 Answers  


How to mouse hover on a web element using webdriver?

1 Answers  


What are various ways of locating an element in selenium?

1 Answers  


How to perform double click action in selenium webdriver?

1 Answers  


Categories