public static final class FirefoxDriver.SystemProperty
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
BROWSER_BINARY
System property that defines the location of the Firefox executable file.
|
static java.lang.String |
BROWSER_LIBRARY_PATH
System property that defines the additional library path (Linux only).
|
static java.lang.String |
BROWSER_LOGFILE
System property that defines the location of the file where Firefox log should be stored.
|
static java.lang.String |
BROWSER_PROFILE
System property that defines the profile that should be used as a template.
|
static java.lang.String |
DRIVER_USE_MARIONETTE
Boolean system property that instructs FirefoxDriver to use Marionette backend.
|
static java.lang.String |
DRIVER_XPI_PROPERTY
System property that defines the location of the webdriver.xpi browser extension to install
in the browser.
|
Constructor and Description |
---|
SystemProperty() |
public static final java.lang.String BROWSER_BINARY
public static final java.lang.String BROWSER_LOGFILE
public static final java.lang.String BROWSER_LIBRARY_PATH
public static final java.lang.String BROWSER_PROFILE
public static final java.lang.String DRIVER_XPI_PROPERTY
public static final java.lang.String DRIVER_USE_MARIONETTE