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 the main disadvantage of implicit wait?

0 Answers  


How to locate a link using its text in selenium?

0 Answers  


Tell me how can you insert a start point in selenium ide?

0 Answers  


What is the alternate way to click on the login button?

0 Answers  


In which format does source view show the script in selenium ide?

0 Answers  






What is fluent wait in selenium webdriver?

0 Answers  


How do you verify an object presented in multiple pages?

0 Answers  


What is difference between assert and verify commands?

0 Answers  


Tell me what is a hub in selenium grid?

0 Answers  


Explain what does @test(invocationcount=?) And @test(threadpoolsize=?) Indicate.

0 Answers  


What is pom (page object model)?

0 Answers  


What are the advantages of pom?

0 Answers  


Categories