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 are the advantages of the automation structure?
What if you have written your own element locator and how would you test it?
How do you verify an object presented in multiple pages?
Tell us can you write the code to double click an element in selenium?
Why should selenium be selected as a test tool?
Is QC and Jira used by both automation and as well as manual test engg or both tools are used by only manual test engg .
Using selenium how can you handle network latency?
What are the advantages of page object model framework?
How recorded command can be edited in ide?
Why testers should opt for selenium and not qtp? Selenium is more popular than qtp as
How selenium grid hub keeps in touch with rc slave machine?
In selenium ide how you can generate random numbers and dates for test data?