Skip to content

Instantly share code, notes, and snippets.

@jimode
Created May 13, 2013 15:13
Show Gist options
  • Save jimode/5569053 to your computer and use it in GitHub Desktop.
Save jimode/5569053 to your computer and use it in GitHub Desktop.
JUnit: IE Driver
// Run test in Internet Explorer
File file =new File("C:/Users/Jimi/Selenium/Workspace/IEDriverServer.exe");
System.setProperty("webdriver.ie.driver", file.getAbsolutePath());
WebDriver myD = new InternetExplorerDriver();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment