Skip to content

Commit 1ba6a8c

Browse files
committed
[java] Removing deprecated BROWSER_LOGFILE
Now use -> GeckoDriverService#GECKO_DRIVER_LOG_PROPERTY
1 parent f4efb8b commit 1ba6a8c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -397,14 +397,6 @@ public static final class SystemProperty {
397397
/** System property that defines the location of the Firefox executable file. */
398398
public static final String BROWSER_BINARY = "webdriver.firefox.bin";
399399

400-
/**
401-
* System property that defines the location of the file where Firefox log should be stored.
402-
*
403-
* @deprecated equivalent constant located at {@link
404-
* GeckoDriverService#GECKO_DRIVER_LOG_PROPERTY}
405-
*/
406-
@Deprecated public static final String BROWSER_LOGFILE = "webdriver.firefox.logfile";
407-
408400
/**
409401
* System property that defines the profile that should be used as a template. When the driver
410402
* starts, it will make a copy of the profile it is using, rather than using that profile

0 commit comments

Comments
 (0)