A B C D E F G H I L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addArguments(String...) - Method in class org.openqa.selenium.firefox.FirefoxOptions
- addArguments(List<String>) - Method in class org.openqa.selenium.firefox.FirefoxOptions
- addCommandLineOptions(String...) - Method in class org.openqa.selenium.firefox.FirefoxBinary
- addExtension(File) - Method in class org.openqa.selenium.firefox.FirefoxProfile
-
Attempt to add an extension to install into this instance.
- addExtension(Class<?>, String) - Method in class org.openqa.selenium.firefox.FirefoxProfile
- addExtension(String, Extension) - Method in class org.openqa.selenium.firefox.FirefoxProfile
- addPreference(String, Object) - Method in class org.openqa.selenium.firefox.FirefoxOptions
- ALLOWED_HOSTS_PREFERENCE - Static variable in class org.openqa.selenium.firefox.FirefoxProfile
- amendHashCode() - Method in class org.openqa.selenium.firefox.FirefoxOptions
- asMap() - Method in class org.openqa.selenium.firefox.FirefoxOptions
- AURORA - org.openqa.selenium.firefox.FirefoxBinary.Channel
B
- BETA - org.openqa.selenium.firefox.FirefoxBinary.Channel
- binary - Variable in class org.openqa.selenium.firefox.FirefoxDriver
- BINARY - Static variable in class org.openqa.selenium.firefox.FirefoxDriver
-
Deprecated.
- BINARY - Static variable in class org.openqa.selenium.firefox.FirefoxDriver.Capability
- BROWSER_BINARY - Static variable in class org.openqa.selenium.firefox.FirefoxDriver.SystemProperty
-
System property that defines the location of the Firefox executable file.
- BROWSER_LIBRARY_PATH - Static variable in class org.openqa.selenium.firefox.FirefoxDriver.SystemProperty
-
System property that defines the additional library path (Linux only).
- BROWSER_LOGFILE - Static variable in class org.openqa.selenium.firefox.FirefoxDriver.SystemProperty
-
System property that defines the location of the file where Firefox log should be stored.
- BROWSER_PROFILE - Static variable in class org.openqa.selenium.firefox.FirefoxDriver.SystemProperty
-
System property that defines the profile that should be used as a template.
- Builder() - Constructor for class org.openqa.selenium.firefox.FirefoxDriverService.Builder
- Builder() - Constructor for class org.openqa.selenium.firefox.GeckoDriverService.Builder
C
- Capability() - Constructor for class org.openqa.selenium.firefox.FirefoxDriver.Capability
- checkForChangesInFrozenPreferences() - Method in class org.openqa.selenium.firefox.FirefoxProfile
- ClasspathExtension - Class in org.openqa.selenium.firefox
- ClasspathExtension(Class<?>, String) - Constructor for class org.openqa.selenium.firefox.ClasspathExtension
- clean(File) - Method in class org.openqa.selenium.firefox.FirefoxProfile
- cleanTemporaryModel() - Method in class org.openqa.selenium.firefox.FirefoxProfile
- CONFIG - org.openqa.selenium.firefox.FirefoxDriverLogLevel
- containsWebDriverExtension() - Method in class org.openqa.selenium.firefox.FirefoxProfile
- copyModel(File, File) - Method in class org.openqa.selenium.firefox.FirefoxProfile
- createArgs() - Method in class org.openqa.selenium.firefox.GeckoDriverService.Builder
- createDefaultService() - Static method in class org.openqa.selenium.firefox.GeckoDriverService
-
Configures and returns a new
GeckoDriverService
using the default configuration. - createDriver(Capabilities) - Method in class org.openqa.selenium.firefox.GeckoDriverInfo
- createDriverService(File, int, Duration, List<String>, Map<String, String>) - Method in class org.openqa.selenium.firefox.GeckoDriverService.Builder
D
- DEBUG - org.openqa.selenium.firefox.FirefoxDriverLogLevel
- deleteExtensionsCacheIfItExists(File) - Method in class org.openqa.selenium.firefox.FirefoxProfile
- deleteLockFiles(File) - Method in class org.openqa.selenium.firefox.FirefoxProfile
- DRIVER_USE_MARIONETTE - Static variable in class org.openqa.selenium.firefox.FirefoxDriver.SystemProperty
-
Boolean system property that instructs FirefoxDriver to use Marionette backend, overrides any capabilities specified by the user
- DRIVER_XPI_PROPERTY - Static variable in class org.openqa.selenium.firefox.FirefoxDriver.SystemProperty
-
System property that defines the location of the webdriver.xpi browser extension to install in the browser.
E
- ERROR - org.openqa.selenium.firefox.FirefoxDriverLogLevel
- ESR - org.openqa.selenium.firefox.FirefoxBinary.Channel
- Extension - Interface in org.openqa.selenium.firefox
F
- FATAL - org.openqa.selenium.firefox.FirefoxDriverLogLevel
- FileExtension - Class in org.openqa.selenium.firefox
- FileExtension(File) - Constructor for class org.openqa.selenium.firefox.FileExtension
- findDefaultExecutable() - Method in class org.openqa.selenium.firefox.GeckoDriverService.Builder
- FIREFOX_OPTIONS - Static variable in class org.openqa.selenium.firefox.FirefoxOptions
- FirefoxBinary - Class in org.openqa.selenium.firefox
- FirefoxBinary() - Constructor for class org.openqa.selenium.firefox.FirefoxBinary
- FirefoxBinary(File) - Constructor for class org.openqa.selenium.firefox.FirefoxBinary
- FirefoxBinary(FirefoxBinary.Channel) - Constructor for class org.openqa.selenium.firefox.FirefoxBinary
- FirefoxBinary.Channel - Enum in org.openqa.selenium.firefox
-
Enumerates Firefox channels, according to https://wiki.mozilla.org/RapidRelease
- FirefoxDriver - Class in org.openqa.selenium.firefox
-
An implementation of the {#link WebDriver} interface that drives Firefox.
- FirefoxDriver() - Constructor for class org.openqa.selenium.firefox.FirefoxDriver
- FirefoxDriver(Capabilities) - Constructor for class org.openqa.selenium.firefox.FirefoxDriver
-
Deprecated.
- FirefoxDriver(FirefoxDriverService) - Constructor for class org.openqa.selenium.firefox.FirefoxDriver
- FirefoxDriver(FirefoxDriverService, Capabilities) - Constructor for class org.openqa.selenium.firefox.FirefoxDriver
-
Deprecated.
- FirefoxDriver(FirefoxDriverService, FirefoxOptions) - Constructor for class org.openqa.selenium.firefox.FirefoxDriver
- FirefoxDriver(FirefoxOptions) - Constructor for class org.openqa.selenium.firefox.FirefoxDriver
- FirefoxDriver.Capability - Class in org.openqa.selenium.firefox
- FirefoxDriver.SystemProperty - Class in org.openqa.selenium.firefox
- FirefoxDriverLogLevel - Enum in org.openqa.selenium.firefox
-
Log levels defined by GeckoDriver
- FirefoxDriverService - Class in org.openqa.selenium.firefox
- FirefoxDriverService(File, int, Duration, List<String>, Map<String, String>) - Constructor for class org.openqa.selenium.firefox.FirefoxDriverService
- FirefoxDriverService.Builder<DS extends FirefoxDriverService,B extends FirefoxDriverService.Builder<?,?>> - Class in org.openqa.selenium.firefox
- FirefoxOptions - Class in org.openqa.selenium.firefox
-
Manage firefox specific settings in a way that geckodriver can understand.
- FirefoxOptions() - Constructor for class org.openqa.selenium.firefox.FirefoxOptions
- FirefoxOptions(Capabilities) - Constructor for class org.openqa.selenium.firefox.FirefoxOptions
- FirefoxProfile - Class in org.openqa.selenium.firefox
- FirefoxProfile() - Constructor for class org.openqa.selenium.firefox.FirefoxProfile
- FirefoxProfile(File) - Constructor for class org.openqa.selenium.firefox.FirefoxProfile
-
Constructs a firefox profile from an existing profile directory.
- FirefoxProfile(Reader, File) - Constructor for class org.openqa.selenium.firefox.FirefoxProfile
- fromJson(String) - Static method in class org.openqa.selenium.firefox.FirefoxProfile
- fromLevel(Level) - Static method in enum org.openqa.selenium.firefox.FirefoxDriverLogLevel
- fromString(String) - Static method in enum org.openqa.selenium.firefox.FirefoxBinary.Channel
-
Gets a channel with the name matching the parameter.
- fromString(String) - Static method in enum org.openqa.selenium.firefox.FirefoxDriverLogLevel
G
- GECKO_DRIVER_EXE_PROPERTY - Static variable in class org.openqa.selenium.firefox.GeckoDriverService
-
System property that defines the location of the GeckoDriver executable that will be used by the
default service
. - GeckoDriverInfo - Class in org.openqa.selenium.firefox
- GeckoDriverInfo() - Constructor for class org.openqa.selenium.firefox.GeckoDriverInfo
- GeckoDriverService - Class in org.openqa.selenium.firefox
-
Manages the life and death of an GeckoDriver aka 'wires'.
- GeckoDriverService(File, int, Duration, List<String>, Map<String, String>) - Constructor for class org.openqa.selenium.firefox.GeckoDriverService
- GeckoDriverService(File, int, List<String>, Map<String, String>) - Constructor for class org.openqa.selenium.firefox.GeckoDriverService
- GeckoDriverService.Builder - Class in org.openqa.selenium.firefox
-
Builder used to configure new
GeckoDriverService
instances. - getAdditionalPreferences() - Method in class org.openqa.selenium.firefox.FirefoxProfile
- getBinary() - Method in class org.openqa.selenium.firefox.FirefoxOptions
-
Constructs a
FirefoxBinary
and returns that to be used, and because of this is only useful when actually starting firefox. - getBinaryOrNull() - Method in class org.openqa.selenium.firefox.FirefoxOptions
- getBooleanPreference(String, boolean) - Method in class org.openqa.selenium.firefox.FirefoxProfile
- getCanonicalCapabilities() - Method in class org.openqa.selenium.firefox.GeckoDriverInfo
- getDisplayName() - Method in class org.openqa.selenium.firefox.GeckoDriverInfo
- getExtraOptions() - Method in class org.openqa.selenium.firefox.FirefoxBinary
- getFile() - Method in class org.openqa.selenium.firefox.FirefoxBinary
- getFullPageScreenshotAs(OutputType<X>) - Method in class org.openqa.selenium.firefox.FirefoxDriver
-
Capture the full page screenshot and store it in the specified location.
- getIntegerPreference(String, int) - Method in class org.openqa.selenium.firefox.FirefoxProfile
- getLocalStorage() - Method in class org.openqa.selenium.firefox.FirefoxDriver
- getMaximumSimultaneousSessions() - Method in class org.openqa.selenium.firefox.GeckoDriverInfo
- getPath() - Method in class org.openqa.selenium.firefox.FirefoxBinary
- getProfile() - Method in class org.openqa.selenium.firefox.FirefoxOptions
- getProfile(String) - Method in class org.openqa.selenium.firefox.ProfilesIni
- getSessionStorage() - Method in class org.openqa.selenium.firefox.FirefoxDriver
- getStringPreference(String, String) - Method in class org.openqa.selenium.firefox.FirefoxProfile
H
- HasExtensions - Interface in org.openqa.selenium.firefox
-
Used by classes to indicate that they can install and uninstall browser extensions on the fly.
- hasShutdownEndpoint() - Method in class org.openqa.selenium.firefox.GeckoDriverService
I
- INFO - org.openqa.selenium.firefox.FirefoxDriverLogLevel
- installExtension(Path) - Method in class org.openqa.selenium.firefox.FirefoxDriver
- installExtension(Path) - Method in interface org.openqa.selenium.firefox.HasExtensions
-
Installs an extension.
- installExtensions(File) - Method in class org.openqa.selenium.firefox.FirefoxProfile
- isAvailable() - Method in class org.openqa.selenium.firefox.GeckoDriverInfo
- isLegacy() - Method in class org.openqa.selenium.firefox.FirefoxDriverService.Builder
- isLegacy() - Method in class org.openqa.selenium.firefox.FirefoxOptions
- isLegacy() - Method in class org.openqa.selenium.firefox.GeckoDriverService.Builder
- isSupporting(Capabilities) - Method in class org.openqa.selenium.firefox.GeckoDriverInfo
L
- layoutOnDisk() - Method in class org.openqa.selenium.firefox.FirefoxProfile
-
Call this to cause the current profile to be written to disk.
- locateAppDataDirectory(Platform) - Method in class org.openqa.selenium.firefox.ProfilesIni
M
- MARIONETTE - Static variable in class org.openqa.selenium.firefox.FirefoxDriver.Capability
- MARIONETTE - Static variable in class org.openqa.selenium.firefox.FirefoxDriver
-
Deprecated.
- merge(Capabilities) - Method in class org.openqa.selenium.firefox.FirefoxOptions
N
- newProfile(String, File, String, boolean) - Method in class org.openqa.selenium.firefox.ProfilesIni
- NIGHTLY - org.openqa.selenium.firefox.FirefoxBinary.Channel
O
- onlyOverrideThisIfYouKnowWhatYouAreDoing() - Method in class org.openqa.selenium.firefox.FirefoxProfile
-
Internal method.
- org.openqa.selenium.firefox - package org.openqa.selenium.firefox
P
- PORT_PREFERENCE - Static variable in class org.openqa.selenium.firefox.FirefoxProfile
- PROFILE - Static variable in class org.openqa.selenium.firefox.FirefoxDriver.Capability
- PROFILE - Static variable in class org.openqa.selenium.firefox.FirefoxDriver
-
Deprecated.
- ProfilesIni - Class in org.openqa.selenium.firefox
- ProfilesIni() - Constructor for class org.openqa.selenium.firefox.ProfilesIni
R
- readProfiles(File) - Method in class org.openqa.selenium.firefox.ProfilesIni
- RELEASE - org.openqa.selenium.firefox.FirefoxBinary.Channel
S
- score(Capabilities) - Method in class org.openqa.selenium.firefox.GeckoDriverService.Builder
- setAcceptUntrustedCertificates(boolean) - Method in class org.openqa.selenium.firefox.FirefoxProfile
-
Sets whether Firefox should accept SSL certificates which have expired, signed by an unknown authority or are generally untrusted.
- setAlwaysLoadNoFocusLib(boolean) - Method in class org.openqa.selenium.firefox.FirefoxProfile
-
Sets whether the no focus library should always be loaded on Linux.
- setAssumeUntrustedCertificateIssuer(boolean) - Method in class org.openqa.selenium.firefox.FirefoxProfile
-
By default, when accepting untrusted SSL certificates, assume that these certificates will come from an untrusted issuer or will be self signed.
- setBinary(String) - Method in class org.openqa.selenium.firefox.FirefoxOptions
- setBinary(Path) - Method in class org.openqa.selenium.firefox.FirefoxOptions
- setBinary(FirefoxBinary) - Method in class org.openqa.selenium.firefox.FirefoxOptions
- setCapability(String, Object) - Method in class org.openqa.selenium.firefox.FirefoxOptions
- setFileDetector(FileDetector) - Method in class org.openqa.selenium.firefox.FirefoxDriver
- setHeadless(boolean) - Method in class org.openqa.selenium.firefox.FirefoxOptions
- setLegacy(boolean) - Method in class org.openqa.selenium.firefox.FirefoxOptions
- setLogLevel(FirefoxDriverLogLevel) - Method in class org.openqa.selenium.firefox.FirefoxOptions
- setPreference(String, Object) - Method in class org.openqa.selenium.firefox.FirefoxProfile
- setProfile(FirefoxProfile) - Method in class org.openqa.selenium.firefox.FirefoxOptions
- shouldLoadNoFocusLib() - Method in class org.openqa.selenium.firefox.FirefoxProfile
-
Returns whether the no focus library should be loaded for Firefox profiles launched on Linux, even if native events are disabled.
- SystemProperty() - Constructor for class org.openqa.selenium.firefox.FirefoxDriver.SystemProperty
T
- toJson() - Method in class org.openqa.selenium.firefox.FirefoxBinary
- toJson() - Method in class org.openqa.selenium.firefox.FirefoxProfile
- toString() - Method in enum org.openqa.selenium.firefox.FirefoxBinary.Channel
- toString() - Method in class org.openqa.selenium.firefox.FirefoxBinary
- toString() - Method in enum org.openqa.selenium.firefox.FirefoxDriverLogLevel
- TRACE - org.openqa.selenium.firefox.FirefoxDriverLogLevel
U
- UnableToCreateProfileException - Exception in org.openqa.selenium.firefox
- UnableToCreateProfileException(String) - Constructor for exception org.openqa.selenium.firefox.UnableToCreateProfileException
- UnableToCreateProfileException(Throwable) - Constructor for exception org.openqa.selenium.firefox.UnableToCreateProfileException
- uninstallExtension(String) - Method in class org.openqa.selenium.firefox.FirefoxDriver
- uninstallExtension(String) - Method in interface org.openqa.selenium.firefox.HasExtensions
-
Uninstall the extension by the given identifier.
- updateUserPrefs(File) - Method in class org.openqa.selenium.firefox.FirefoxProfile
- usingFirefoxBinary(FirefoxBinary) - Method in class org.openqa.selenium.firefox.GeckoDriverService.Builder
-
Sets which browser executable the builder will use.
V
- valueOf(String) - Static method in enum org.openqa.selenium.firefox.FirefoxBinary.Channel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openqa.selenium.firefox.FirefoxDriverLogLevel
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.openqa.selenium.firefox.FirefoxBinary.Channel
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.openqa.selenium.firefox.FirefoxDriverLogLevel
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- waitUntilAvailable() - Method in class org.openqa.selenium.firefox.GeckoDriverService
- WARN - org.openqa.selenium.firefox.FirefoxDriverLogLevel
- withOptions(FirefoxOptions) - Method in class org.openqa.selenium.firefox.FirefoxDriverService.Builder
- withOptions(FirefoxOptions) - Method in class org.openqa.selenium.firefox.GeckoDriverService.Builder
- writeTo(File) - Method in class org.openqa.selenium.firefox.ClasspathExtension
- writeTo(File) - Method in interface org.openqa.selenium.firefox.Extension
- writeTo(File) - Method in class org.openqa.selenium.firefox.FileExtension
All Classes All Packages