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 |
How to create batch(.bat) file after creating suite from TestNG?Can anyone explain entire process?
What api is required for database testing in selenium webdriver?
What is the difference between captureentirepagescreenshot and capturescreenshot?
How can we create object repository in selenium?
What is selenium? What are different selenium components?
How can we fetch the page source in selenium?
What is selenium? What are the different components of Selenium?
Explain what are the junits annotation linked with selenium?
How can I minimize the browser window which has been launched via Selenium Webdriver?
Mention what are the advantages of using git hub for selenium?
What is same origin policy? How you can avoid same origin policy?
What is a framework?