Skip to content

Commit 084e6f1

Browse files
committed
Allow GeckoDriverService to analyze this property
1 parent ebcdc9f commit 084e6f1

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

java/client/src/org/openqa/selenium/firefox/FirefoxDriver.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -205,10 +205,6 @@ private static CommandExecutor toExecutor(FirefoxOptions options) {
205205
.usingFirefoxBinary(options.getBinaryOrNull().orElseGet(FirefoxBinary::new));
206206
}
207207

208-
if (System.getProperty(BROWSER_LOGFILE) != null) {
209-
builder.withLogFile(new File(System.getProperty(System.getProperty(BROWSER_LOGFILE))));
210-
}
211-
212208
return new DriverCommandExecutor(builder.build());
213209
}
214210

0 commit comments

Comments
 (0)