Skip to content

Commit

Permalink
Allow GeckoDriverService to analyze this property
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Apr 8, 2017
1 parent ebcdc9f commit 084e6f1
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,10 +205,6 @@ private static CommandExecutor toExecutor(FirefoxOptions options) {
.usingFirefoxBinary(options.getBinaryOrNull().orElseGet(FirefoxBinary::new));
}

if (System.getProperty(BROWSER_LOGFILE) != null) {
builder.withLogFile(new File(System.getProperty(System.getProperty(BROWSER_LOGFILE))));
}

return new DriverCommandExecutor(builder.build());
}

Expand Down

0 comments on commit 084e6f1

Please sign in to comment.