JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
D
E
F
G
I
K
L
M
N
O
P
Q
R
S
T
U
W
A
ACCEPT_UNTRUSTED_CERTIFICATES
- Static variable in class org.openqa.selenium.firefox.
FirefoxDriver
Deprecated.
addCommandLineOptions(String...)
- Method in class org.openqa.selenium.firefox.
FirefoxBinary
addExtension(Class<?>, String)
- Method in class org.openqa.selenium.firefox.
FirefoxProfile
addExtension(File)
- Method in class org.openqa.selenium.firefox.
FirefoxProfile
Attempt to add an extension to install into this instance.
addExtension(String, Extension)
- Method in class org.openqa.selenium.firefox.
FirefoxProfile
addWebDriverExtensionIfNeeded()
- Method in class org.openqa.selenium.firefox.internal.
NewProfileExtensionConnection
ALLOWED_HOSTS_PREFERENCE
- Static variable in class org.openqa.selenium.firefox.
FirefoxProfile
areNativeEventsEnabled()
- Method in class org.openqa.selenium.firefox.
FirefoxProfile
ASSUME_UNTRUSTED_ISSUER
- Static variable in class org.openqa.selenium.firefox.
FirefoxDriver
Deprecated.
B
BINARY
- Static variable in class org.openqa.selenium.firefox.
FirefoxDriver
binary
- Variable in class org.openqa.selenium.firefox.
FirefoxDriver
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.
C
ClasspathExtension
- Class in
org.openqa.selenium.firefox.internal
ClasspathExtension(Class<?>, String)
- Constructor for class org.openqa.selenium.firefox.internal.
ClasspathExtension
clean(File)
- Method in class org.openqa.selenium.firefox.
FirefoxProfile
cleanTemporaryModel()
- Method in class org.openqa.selenium.firefox.
FirefoxProfile
connectTo(FirefoxBinary, FirefoxProfile, String)
- Method in class org.openqa.selenium.firefox.
FirefoxDriver
connectTo(FirefoxBinary, FirefoxProfile, String)
- Method in class org.openqa.selenium.firefox.
MarionetteDriver
containsWebDriverExtension()
- Method in class org.openqa.selenium.firefox.
FirefoxProfile
copyModel(File, File)
- Method in class org.openqa.selenium.firefox.
FirefoxProfile
createProfile(String)
- Method in class org.openqa.selenium.firefox.
FirefoxBinary
D
DEFAULT_ENABLE_NATIVE_EVENTS
- Static variable in class org.openqa.selenium.firefox.
FirefoxDriver
deleteExtensionsCacheIfItExists(File)
- Method in class org.openqa.selenium.firefox.
FirefoxProfile
deleteLockFiles(File)
- Method in class org.openqa.selenium.firefox.
FirefoxProfile
determineNextFreePort(int)
- Method in class org.openqa.selenium.firefox.internal.
NewProfileExtensionConnection
drainStream(OutputStream)
- Static method in class org.openqa.selenium.firefox.internal.
Streams
Drains the contents of a stream without blocking on further input from that stream.
DRIVER_USE_MARIONETTE
- Static variable in class org.openqa.selenium.firefox.
FirefoxDriver.SystemProperty
Boolean system property that instructs FirefoxDriver to use Marionette backend.
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
Executable
- Class in
org.openqa.selenium.firefox.internal
Wrapper around our runtime environment requirements.
Executable(File)
- Constructor for class org.openqa.selenium.firefox.internal.
Executable
execute(Command)
- Method in class org.openqa.selenium.firefox.
FirefoxDriver.LazyCommandExecutor
execute(Command)
- Method in class org.openqa.selenium.firefox.internal.
MarionetteConnection
execute(Command)
- Method in class org.openqa.selenium.firefox.internal.
NewProfileExtensionConnection
Extension
- Interface in
org.openqa.selenium.firefox.internal
ExtensionConnection
- Interface in
org.openqa.selenium.firefox
Represents a connection with the FirefoxDriver browser extension.
extractAndCheck(File, String, String, String)
- Method in class org.openqa.selenium.firefox.
FirefoxBinary
F
FileExtension
- Class in
org.openqa.selenium.firefox.internal
FileExtension(File)
- Constructor for class org.openqa.selenium.firefox.internal.
FileExtension
FIREFOX_DRIVER_XPI_PROPERTY
- Static variable in class org.openqa.selenium.firefox.internal.
NewProfileExtensionConnection
Deprecated.
Use FirefoxDriver.SystemProperty.DRIVER_XPI_PROPERTY instead
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
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(FirefoxProfile)
- Constructor for class org.openqa.selenium.firefox.
FirefoxDriver
FirefoxDriver(Capabilities)
- Constructor for class org.openqa.selenium.firefox.
FirefoxDriver
FirefoxDriver(Capabilities, Capabilities)
- Constructor for class org.openqa.selenium.firefox.
FirefoxDriver
FirefoxDriver(FirefoxBinary, FirefoxProfile)
- Constructor for class org.openqa.selenium.firefox.
FirefoxDriver
FirefoxDriver(FirefoxBinary, FirefoxProfile, Capabilities)
- Constructor for class org.openqa.selenium.firefox.
FirefoxDriver
FirefoxDriver(FirefoxBinary, FirefoxProfile, Capabilities, Capabilities)
- Constructor for class org.openqa.selenium.firefox.
FirefoxDriver
FirefoxDriver.LazyCommandExecutor
- Class in
org.openqa.selenium.firefox
FirefoxDriver.SystemProperty
- Class in
org.openqa.selenium.firefox
FirefoxDriver.SystemProperty()
- Constructor for class org.openqa.selenium.firefox.
FirefoxDriver.SystemProperty
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
G
getActionChainExecutor()
- Method in class org.openqa.selenium.firefox.
MarionetteDriver
getAdditionalPreferences()
- Method in class org.openqa.selenium.firefox.
FirefoxProfile
getAddressOfRemoteServer()
- Method in interface org.openqa.selenium.firefox.
ExtensionConnection
getAddressOfRemoteServer()
- Method in class org.openqa.selenium.firefox.
FirefoxDriver.LazyCommandExecutor
getAddressOfRemoteServer()
- Method in class org.openqa.selenium.firefox.internal.
MarionetteConnection
getAddressOfRemoteServer()
- Method in class org.openqa.selenium.firefox.internal.
NewProfileExtensionConnection
getBooleanPreference(String, boolean)
- Method in class org.openqa.selenium.firefox.
FirefoxProfile
getConsoleOutput()
- Method in class org.openqa.selenium.firefox.
FirefoxBinary
Gets all console output of the binary.
getDefaultOutputStream()
- Method in class org.openqa.selenium.firefox.internal.
Executable
getExecutable()
- Method in class org.openqa.selenium.firefox.
FirefoxBinary
getExtraEnv()
- Method in class org.openqa.selenium.firefox.
FirefoxBinary
getFile()
- Method in class org.openqa.selenium.firefox.internal.
Executable
getIntegerPreference(String, int)
- Method in class org.openqa.selenium.firefox.
FirefoxProfile
getPath()
- Method in class org.openqa.selenium.firefox.internal.
Executable
getProfile(String)
- Method in class org.openqa.selenium.firefox.internal.
ProfilesIni
getScreenshotAs(OutputType<X>)
- Method in class org.openqa.selenium.firefox.
FirefoxDriver
getStringPreference(String, String)
- Method in class org.openqa.selenium.firefox.
FirefoxProfile
getTimeout()
- Method in class org.openqa.selenium.firefox.
FirefoxBinary
I
installExtensions(File)
- Method in class org.openqa.selenium.firefox.
FirefoxProfile
isConnected()
- Method in interface org.openqa.selenium.firefox.
ExtensionConnection
isConnected()
- Method in class org.openqa.selenium.firefox.internal.
MarionetteConnection
isConnected()
- Method in class org.openqa.selenium.firefox.internal.
NewProfileExtensionConnection
isOnLinux()
- Method in class org.openqa.selenium.firefox.
FirefoxBinary
K
kill()
- Method in class org.openqa.selenium.firefox.
FirefoxDriver
Attempt to forcibly kill this Killable at the OS level.
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.internal.
ProfilesIni
M
manage()
- Method in class org.openqa.selenium.firefox.
FirefoxDriver
MarionetteConnection
- Class in
org.openqa.selenium.firefox.internal
MarionetteConnection(Lock, FirefoxBinary, FirefoxProfile, String)
- Constructor for class org.openqa.selenium.firefox.internal.
MarionetteConnection
MarionetteDriver
- Class in
org.openqa.selenium.firefox
An implementation of the {#link WebDriver} interface that drives Firefox using Marionette interface.
MarionetteDriver()
- Constructor for class org.openqa.selenium.firefox.
MarionetteDriver
MarionetteDriver(FirefoxProfile)
- Constructor for class org.openqa.selenium.firefox.
MarionetteDriver
MarionetteDriver(Capabilities)
- Constructor for class org.openqa.selenium.firefox.
MarionetteDriver
MarionetteDriver(Capabilities, Capabilities)
- Constructor for class org.openqa.selenium.firefox.
MarionetteDriver
MarionetteDriver(FirefoxBinary, FirefoxProfile)
- Constructor for class org.openqa.selenium.firefox.
MarionetteDriver
MarionetteDriver(FirefoxBinary, FirefoxProfile, Capabilities)
- Constructor for class org.openqa.selenium.firefox.
MarionetteDriver
MarionetteDriver(FirefoxBinary, FirefoxProfile, Capabilities, Capabilities)
- Constructor for class org.openqa.selenium.firefox.
MarionetteDriver
modifyLinkLibraryPath(File)
- Method in class org.openqa.selenium.firefox.
FirefoxBinary
N
newProfile(String, File, String, boolean)
- Method in class org.openqa.selenium.firefox.internal.
ProfilesIni
NewProfileExtensionConnection
- Class in
org.openqa.selenium.firefox.internal
NewProfileExtensionConnection(Lock, FirefoxBinary, FirefoxProfile, String)
- Constructor for class org.openqa.selenium.firefox.internal.
NewProfileExtensionConnection
NotConnectedException
- Exception in
org.openqa.selenium.firefox
NotConnectedException(URL, long, String)
- Constructor for exception org.openqa.selenium.firefox.
NotConnectedException
O
obtainLock(FirefoxProfile)
- Method in class org.openqa.selenium.firefox.
FirefoxDriver
onlyOverrideThisIfYouKnowWhatYouAreDoing()
- Method in class org.openqa.selenium.firefox.
FirefoxProfile
Internal method.
org.openqa.selenium.firefox
- package org.openqa.selenium.firefox
org.openqa.selenium.firefox.internal
- package org.openqa.selenium.firefox.internal
P
PORT_PREFERENCE
- Static variable in class org.openqa.selenium.firefox.
FirefoxProfile
PROFILE
- Static variable in class org.openqa.selenium.firefox.
FirefoxDriver
ProfilesIni
- Class in
org.openqa.selenium.firefox.internal
ProfilesIni()
- Constructor for class org.openqa.selenium.firefox.internal.
ProfilesIni
Q
quit()
- Method in interface org.openqa.selenium.firefox.
ExtensionConnection
Terminates the connection.
quit()
- Method in class org.openqa.selenium.firefox.
FirefoxBinary
quit()
- Method in class org.openqa.selenium.firefox.
FirefoxDriver.LazyCommandExecutor
quit()
- Method in class org.openqa.selenium.firefox.internal.
MarionetteConnection
quit()
- Method in class org.openqa.selenium.firefox.internal.
NewProfileExtensionConnection
R
readProfiles(File)
- Method in class org.openqa.selenium.firefox.internal.
ProfilesIni
S
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.
setConnection(ExtensionConnection)
- Method in class org.openqa.selenium.firefox.
FirefoxDriver.LazyCommandExecutor
setEnableNativeEvents(boolean)
- Method in class org.openqa.selenium.firefox.
FirefoxProfile
setEnvironmentProperty(String, String)
- Method in class org.openqa.selenium.firefox.
FirefoxBinary
setFileDetector(FileDetector)
- Method in class org.openqa.selenium.firefox.
FirefoxDriver
setLibraryPath(CommandLine, Map<String, String>)
- Method in class org.openqa.selenium.firefox.internal.
Executable
setLocalLogs(LocalLogs)
- Method in class org.openqa.selenium.firefox.
FirefoxDriver.LazyCommandExecutor
setLocalLogs(LocalLogs)
- Method in class org.openqa.selenium.firefox.internal.
MarionetteConnection
setLocalLogs(LocalLogs)
- Method in class org.openqa.selenium.firefox.internal.
NewProfileExtensionConnection
setOutputWatcher(OutputStream)
- Method in class org.openqa.selenium.firefox.
FirefoxBinary
setPreference(String, String)
- Method in class org.openqa.selenium.firefox.
FirefoxProfile
Set a preference for this particular profile.
setPreference(String, boolean)
- Method in class org.openqa.selenium.firefox.
FirefoxProfile
Set a preference for this particular profile.
setPreference(String, int)
- Method in class org.openqa.selenium.firefox.
FirefoxProfile
Set a preference for this particular profile.
setTimeout(long)
- Method in class org.openqa.selenium.firefox.
FirefoxBinary
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.
start()
- Method in interface org.openqa.selenium.firefox.
ExtensionConnection
Establishes a connection to the extension.
start()
- Method in class org.openqa.selenium.firefox.internal.
MarionetteConnection
start()
- Method in class org.openqa.selenium.firefox.internal.
NewProfileExtensionConnection
startClient()
- Method in class org.openqa.selenium.firefox.
FirefoxDriver
startFirefoxProcess(CommandLine)
- Method in class org.openqa.selenium.firefox.
FirefoxBinary
startProfile(FirefoxProfile, File, String...)
- Method in class org.openqa.selenium.firefox.
FirefoxBinary
stopClient()
- Method in class org.openqa.selenium.firefox.
FirefoxDriver
Streams
- Class in
org.openqa.selenium.firefox.internal
Streams()
- Constructor for class org.openqa.selenium.firefox.internal.
Streams
T
toJson()
- Method in class org.openqa.selenium.firefox.
FirefoxProfile
toString()
- Method in class org.openqa.selenium.firefox.
FirefoxBinary
U
UnableToCreateProfileException
- Exception in
org.openqa.selenium.firefox
UnableToCreateProfileException(Throwable)
- Constructor for exception org.openqa.selenium.firefox.
UnableToCreateProfileException
UnableToCreateProfileException(String)
- Constructor for exception org.openqa.selenium.firefox.
UnableToCreateProfileException
updateUserPrefs(File)
- Method in class org.openqa.selenium.firefox.
FirefoxProfile
USE_MARIONETTE
- Static variable in class org.openqa.selenium.firefox.
FirefoxDriver
W
waitFor()
- Method in class org.openqa.selenium.firefox.
FirefoxBinary
Waits for the process to execute, returning the command output taken from the profile's execution.
waitFor(long)
- Method in class org.openqa.selenium.firefox.
FirefoxBinary
Waits for the process to execute, returning the command output taken from the profile's execution.
writeTo(File)
- Method in class org.openqa.selenium.firefox.internal.
ClasspathExtension
writeTo(File)
- Method in interface org.openqa.selenium.firefox.internal.
Extension
writeTo(File)
- Method in class org.openqa.selenium.firefox.internal.
FileExtension
A
B
C
D
E
F
G
I
K
L
M
N
O
P
Q
R
S
T
U
W
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2015. All rights reserved.