Skip to content

Instantly share code, notes, and snippets.

@barancev
Created August 22, 2014 08:54
Show Gist options
  • Save barancev/1dcbd822d0327ec5316a to your computer and use it in GitHub Desktop.
Save barancev/1dcbd822d0327ec5316a to your computer and use it in GitHub Desktop.
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