Answer Posted / 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 View All Answers
What happen if you mix both thread.sleep and webdriver waits in a selenium script?
Which automation tools can be used for post-launch validation with continuous integration?
How you are integrating cucumber feature files with step files?
How to highlight element using selenium webdriver?
What you know about selenium?
List major difference between protractor vs selenium?
What must one set within side in order to run a test from the beginning to a certain point within the test?
How to handle alerts in selenium?
Explain the difference between assert and verify commands?
How to enter text in the HTML text box without invoking the SendKeys ()?
What is the purpose of creating a reference variable- 'driver' of type webdriver instead of directly creating a firefoxdriver object or any other driver's reference in the statement webdriver driver = new firefoxdriver();?
How to handle https website in selenium? Or how to accept the ssl untrusted connection?
How you can handle colors in web driver?
How to pass parameters using testng.xml?
How to assert the title of the web page?