This blog is for Automation Test Engineers

Friday 16 March 2018

How do you open an application in chrome broser

System.setProperty("webdriver.chrome.driver","E:\\chrome.exe");
Webdriver driver=new ChromeDriver();
driver.get("https://www.flipkart.com/");

0

0 comments:

Post a Comment