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 selenium components do you know?
How to send alt/shift/control key in selenium webdriver?
Can you run the tests registered with Selenium IDE in other browsers?
How to use regular expressions in selenium?
How to handle keyboard and mouse actions using selenium?
Mention what is the difference between implicit wait and explicit wait?
What is the selenium's recording language?
What evaluation can selenium do?
Mention what are the capabilities of selenium webdriver or selenium 2.0?
What are the types of text patterns available in selenium?
What is the selenium ide and what is it used for?
What programing language is most useful for creating selenium evaluations?