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 |
What types of cases can be automated with Selenium?
How to send alt/shift/control key in selenium webdriver?
How to mouse hover an element in selenium?
What is the difference between “type” and “typeandwait” command?
What is the syntax of finding elements by class using css selector?
How can we get text from a Web Part?
How to assert title of the web page?
What do you mean by selenese?
What are the important selenium ide commands or selenese commands?
How is testng better than junit?
How can we type text in a textbox element using selenium?
How to find the xpath of web table elements.in chrome or internet explorer.or without using fire bug.?