| Interface | Description |
|---|---|
| HasExtensions |
Used by classes to indicate that they can install and uninstall browser extensions on the fly.
|
| Class | Description |
|---|---|
| FirefoxBinary | |
| FirefoxDriver |
An implementation of the {#link WebDriver} interface that drives Firefox.
|
| FirefoxDriver.SystemProperty | |
| FirefoxOptions |
Manage firefox specific settings in a way that geckodriver can understand.
|
| FirefoxProfile | |
| GeckoDriverInfo | |
| GeckoDriverService |
Manages the life and death of an GeckoDriver aka 'wires'.
|
| GeckoDriverService.Builder |
Builder used to configure new
GeckoDriverService instances. |
| ProfilesIni | |
| XpiDriverInfo | Deprecated |
| XpiDriverService | |
| XpiDriverService.Builder |
| Enum | Description |
|---|---|
| FirefoxBinary.Channel |
Enumerates Firefox channels, according to https://wiki.mozilla.org/RapidRelease
|
| FirefoxDriverLogLevel |
Log levels defined by GeckoDriver
|
| Exception | Description |
|---|---|
| NotConnectedException | |
| UnableToCreateProfileException |