public static final class FirefoxDriver.SystemProperty extends Object
Modifier and Type | Field and Description |
---|---|
static String |
BROWSER_BINARY
System property that defines the location of the Firefox executable file.
|
static String |
BROWSER_LIBRARY_PATH
System property that defines the additional library path (Linux only).
|
static String |
BROWSER_LOGFILE
System property that defines the location of the file where Firefox log should be stored.
|
static String |
BROWSER_PROFILE
System property that defines the profile that should be used as a template.
|
static String |
DRIVER_USE_MARIONETTE
Boolean system property that instructs FirefoxDriver to use Marionette backend.
|
static 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 String BROWSER_BINARY
public static final String BROWSER_LOGFILE
public static final String BROWSER_LIBRARY_PATH
public static final String BROWSER_PROFILE
public static final String DRIVER_XPI_PROPERTY
public static final String DRIVER_USE_MARIONETTE
Copyright © 2016. All rights reserved.