Created
August 22, 2014 08:54
-
-
Save barancev/1dcbd822d0327ec5316a to your computer and use it in GitHub Desktop.
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
InternetExplorerDriverService service = new InternetExplorerDriverService.Builder() | |
.withLogLevel(InternetExplorerDriverLogLevel.TRACE) | |
.withLogFile(new File("iedriver.log")) | |
.build(); | |
InternetExplorerDriver driver = new InternetExplorerDriver(service); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment