File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
java/src/org/openqa/selenium/firefox Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -397,14 +397,6 @@ public static final class SystemProperty {
397
397
/** System property that defines the location of the Firefox executable file. */
398
398
public static final String BROWSER_BINARY = "webdriver.firefox.bin" ;
399
399
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
-
408
400
/**
409
401
* System property that defines the profile that should be used as a template. When the driver
410
402
* starts, it will make a copy of the profile it is using, rather than using that profile
You can’t perform that action at this time.
0 commit comments