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 is the main disadvantage of implicit wait?
How to locate a link using its text in selenium?
Tell me how can you insert a start point in selenium ide?
What is the alternate way to click on the login button?
In which format does source view show the script in selenium ide?
What is fluent wait in selenium webdriver?
How do you verify an object presented in multiple pages?
What is difference between assert and verify commands?
Tell me what is a hub in selenium grid?
Explain what does @test(invocationcount=?) And @test(threadpoolsize=?) Indicate.
What is pom (page object model)?
What are the advantages of pom?