This blog is for Automation Test Engineers

Friday 16 March 2018

How do you open an application in IE broser

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

0

0 comments:

Post a Comment