Created
May 13, 2013 15:13
-
-
Save jimode/5569053 to your computer and use it in GitHub Desktop.
JUnit: IE Driver
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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