A B C D E F G H I L M N O P Q R S T U W

A

ACCEPT_UNTRUSTED_CERTIFICATES - Static variable in class org.openqa.selenium.firefox.FirefoxDriver
 
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.
addWebDriverExtensionIfNeeded(boolean) - Method in class org.openqa.selenium.firefox.FirefoxProfile
 
alwaysLoadNoFocusLib() - 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.
ASSUME_UNTRUSTED_ISSUER - Static variable in class org.openqa.selenium.firefox.FirefoxDriver
 

B

binary - Variable in class org.openqa.selenium.firefox.FirefoxDriver
 

C

clean(FirefoxProfile) - Method in class org.openqa.selenium.firefox.FirefoxBinary
 
clean() - Method in class org.openqa.selenium.firefox.FirefoxProfile
 
connectTo(FirefoxBinary, FirefoxProfile, String) - Method in class org.openqa.selenium.firefox.FirefoxDriver
 
copeWithTheStrangenessOfTheMac(ProcessBuilder) - Method in class org.openqa.selenium.firefox.FirefoxBinary
 
createProfile(String) - Method in class org.openqa.selenium.firefox.FirefoxBinary
 

D

DEFAULT_ENABLE_NATIVE_EVENTS - Static variable in class org.openqa.selenium.firefox.FirefoxDriver
 
DEFAULT_PORT - Static variable in class org.openqa.selenium.firefox.FirefoxDriver
 
deleteExtensionsCacheIfItExists() - 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.

E

enableNativeEvents() - Method in class org.openqa.selenium.firefox.FirefoxProfile
 
equals(Object) - Method in class org.openqa.selenium.firefox.FirefoxWebElement
 
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(DriverCommand, Map<String, ?>) - Method in class org.openqa.selenium.firefox.FirefoxDriver
 
execute(Command) - Method in class org.openqa.selenium.firefox.internal.NewProfileExtensionConnection
 
ExtensionConnection - Interface in org.openqa.selenium.firefox
Represents a connection with the FirefoxDriver browser extension.
extractAndCheck(FirefoxProfile, String, String, String) - Method in class org.openqa.selenium.firefox.FirefoxBinary
 

F

findElementByCssSelector(String) - Method in class org.openqa.selenium.firefox.FirefoxDriver
 
findElementByCssSelector(String) - Method in class org.openqa.selenium.firefox.FirefoxWebElement
 
findElementsByCssSelector(String) - Method in class org.openqa.selenium.firefox.FirefoxDriver
 
findElementsByCssSelector(String) - Method in class org.openqa.selenium.firefox.FirefoxWebElement
 
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(FirefoxBinary, FirefoxProfile) - Constructor for class org.openqa.selenium.firefox.FirefoxDriver
 
FirefoxProfile - Class in org.openqa.selenium.firefox
 
FirefoxProfile(File) - Constructor for class org.openqa.selenium.firefox.FirefoxProfile
Constructs a firefox profile from an existing, physical profile directory.
FirefoxProfile() - Constructor for class org.openqa.selenium.firefox.FirefoxProfile
 
FirefoxWebElement - Class in org.openqa.selenium.firefox
 
FirefoxWebElement(FirefoxDriver) - Constructor for class org.openqa.selenium.firefox.FirefoxWebElement
 

G

getAdditionalPreferences() - 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
 
getExistingProfiles() - Method in class org.openqa.selenium.firefox.internal.ProfilesIni
 
getExtensionsDir() - Method in class org.openqa.selenium.firefox.FirefoxProfile
 
getExtraEnv() - Method in class org.openqa.selenium.firefox.FirefoxBinary
 
getFile() - Method in class org.openqa.selenium.firefox.internal.Executable
 
getLocationOnScreenOnceScrolledIntoView() - Method in class org.openqa.selenium.firefox.FirefoxWebElement
 
getPath() - Method in class org.openqa.selenium.firefox.internal.Executable
 
getPort() - Method in class org.openqa.selenium.firefox.FirefoxProfile
 
getProfile(String) - Method in class org.openqa.selenium.firefox.internal.ProfilesIni
 
getProfileDir() - Method in class org.openqa.selenium.firefox.FirefoxProfile
 
getScreenshotAs(OutputType<X>) - Method in class org.openqa.selenium.firefox.FirefoxDriver
 
getTimeout() - Method in class org.openqa.selenium.firefox.FirefoxBinary
 

H

hashCode() - Method in class org.openqa.selenium.firefox.FirefoxWebElement
 

I

installDevelopmentExtension() - 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.NewProfileExtensionConnection
 
isJavascriptEnabled() - Method in class org.openqa.selenium.firefox.FirefoxDriver
 
isOnLinux() - Method in class org.openqa.selenium.firefox.FirefoxBinary
 
isRunning() - Method in class org.openqa.selenium.firefox.FirefoxProfile
 

L

locateAppDataDirectory(Platform) - Method in class org.openqa.selenium.firefox.internal.ProfilesIni
 
Lock - Interface in org.openqa.selenium.firefox.internal
 
lock(long) - Method in interface org.openqa.selenium.firefox.internal.Lock
 
lock(long) - Method in class org.openqa.selenium.firefox.internal.SocketLock
 

M

modifyLinkLibraryPath(FirefoxProfile) - 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
 
newRemoteWebElement() - Method in class org.openqa.selenium.firefox.FirefoxDriver
 
NotConnectedException - Exception in org.openqa.selenium.firefox
 
NotConnectedException(URL, long) - Constructor for exception org.openqa.selenium.firefox.NotConnectedException
 

O

org.openqa.selenium.firefox - package org.openqa.selenium.firefox
 
org.openqa.selenium.firefox.internal - package org.openqa.selenium.firefox.internal
 

P

profile - 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.internal.NewProfileExtensionConnection
 

R

readProfiles(File) - Method in class org.openqa.selenium.firefox.internal.ProfilesIni
 

S

saveScreenshot(File) - Method in class org.openqa.selenium.firefox.FirefoxDriver
Deprecated. Use getScreenshotAs(file), which returns a temporary file.
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.
setEnableNativeEvents(boolean) - Method in class org.openqa.selenium.firefox.FirefoxProfile
 
setEnvironmentProperty(String, String) - Method in class org.openqa.selenium.firefox.FirefoxBinary
 
setLibraryPath(ProcessBuilder, Map<String, String>) - Method in class org.openqa.selenium.firefox.internal.Executable
 
setOutputWatcher(OutputStream) - Method in class org.openqa.selenium.firefox.FirefoxBinary
 
setPort(int) - Method in class org.openqa.selenium.firefox.FirefoxProfile
 
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.
setProxyPreferences(Proxy) - Method in class org.openqa.selenium.firefox.FirefoxProfile
Set proxy preferences for this profile.
setTimeout(long) - Method in class org.openqa.selenium.firefox.FirefoxBinary
 
SocketLock - Class in org.openqa.selenium.firefox.internal
Implements Lock via an implementation that uses a well-known server socket.
SocketLock(int) - Constructor for class org.openqa.selenium.firefox.internal.SocketLock
Constructs a new SocketLock.
start() - Method in interface org.openqa.selenium.firefox.ExtensionConnection
Establishes a connection to the extension.
start() - Method in class org.openqa.selenium.firefox.internal.NewProfileExtensionConnection
 
startClient() - Method in class org.openqa.selenium.firefox.FirefoxDriver
 
startFirefoxProcess(ProcessBuilder) - Method in class org.openqa.selenium.firefox.FirefoxBinary
 
startOutputWatcher() - Method in class org.openqa.selenium.firefox.FirefoxBinary
 
startProfile(FirefoxProfile, 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
 
switchTo() - Method in class org.openqa.selenium.firefox.FirefoxDriver
 

T

toString() - Method in class org.openqa.selenium.firefox.FirefoxBinary
 

U

unlock() - Method in interface org.openqa.selenium.firefox.internal.Lock
 
unlock() - Method in class org.openqa.selenium.firefox.internal.SocketLock
 
updateUserPrefs() - Method in class org.openqa.selenium.firefox.FirefoxProfile
 

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.
writeNewPrefs(Map<String, String>) - Method in class org.openqa.selenium.firefox.FirefoxProfile
 

A B C D E F G H I L M N O P Q R S T U W

Copyright © 2010. All Rights Reserved.