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
How to insert a start point in selenium ide?
How to type in a textbox using selenium?
How to handle a dropdown in selenium webdriver? How to select a value from dropdown?
How do you click on a menu item in a drop down menu?
What are the important selenium ide commands or selenese commands?
How can you prepare customized html report using testng in hybrid framework?
Can selenium handle windows based pop up?
How to export the tests from selenium ide to selenium rc in different languages?
What do you mean by the assertion in selenium?
From your test script how you can create html test report?
What does @test(invocationcount=?) And @test(threadpoolsize=?) Indicate.
How to press enter key on text box in selenium webdriver?
Which files can be used as data source for different frameworks?
How would one access the value of a side variable named name from within a javascript snippet used as the argument to a selenese command?
What is the difference between find element and find elements?