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 are the limitations of using selenium as a test tool?

0 Answers  


Explain the fundamental difference between xpath and css selector.

0 Answers  


How to mouse hover on a web element using webdriver?

0 Answers  


How can we maximize browser window in selenium?

0 Answers  


Explain the difference between single and double slash in x-path?

0 Answers  






How does testng allow you to state dependencies? Explain it with an example.

0 Answers  


List some of the programming languages that are strongly supported by selenium webdriver.

0 Answers  


Using selenium how can you handle network latency?

0 Answers  


How to capture bitmaps in selenium?

0 Answers  


what are the four parameters that have to be passed to selenium?

1 Answers  


What are various ways of locating an element in selenium?

0 Answers  


Is QC and Jira used by both automation and as well as manual test engg or both tools are used by only manual test engg .

1 Answers   Thomson Reuters,


Categories