Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Z 

A

AbstractHttpCommandCodec - Class in org.openqa.selenium.remote.http
A command codec that adheres to the W3C's WebDriver wire protocol.
AbstractHttpCommandCodec() - Constructor for class org.openqa.selenium.remote.http.AbstractHttpCommandCodec
 
AbstractHttpCommandCodec.CommandSpec - Class in org.openqa.selenium.remote.http
 
AbstractHttpResponseCodec - Class in org.openqa.selenium.remote.http
A response codec usable as a base for both the JSON and W3C wire protocols.
AbstractHttpResponseCodec() - Constructor for class org.openqa.selenium.remote.http.AbstractHttpResponseCodec
 
ACCEPT_ALERT - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
ACCEPT_INSECURE_CERTS - Static variable in interface org.openqa.selenium.remote.CapabilityType
 
ACCEPT_SSL_CERTS - Static variable in interface org.openqa.selenium.remote.CapabilityType
 
AcceptedW3CCapabilityKeys - Class in org.openqa.selenium.remote
 
AcceptedW3CCapabilityKeys() - Constructor for class org.openqa.selenium.remote.AcceptedW3CCapabilityKeys
 
acceptInsecureCerts() - Method in class org.openqa.selenium.remote.DesiredCapabilities
 
ACTIONS - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
activateEngine(String) - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions.RemoteInputMethodManager
 
activeElement() - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteTargetLocator
 
ADD_COOKIE - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
addAlternative(Capabilities) - Method in class org.openqa.selenium.remote.RemoteWebDriverBuilder
Add to the list of possible configurations that might be asked for.
AddApplicationCache - Class in org.openqa.selenium.remote.html5
 
AddApplicationCache() - Constructor for class org.openqa.selenium.remote.html5.AddApplicationCache
 
addCoercers(TypeCoercer<?>...) - Method in class org.openqa.selenium.json.JsonInput
 
addCoercers(Iterable<TypeCoercer<?>>) - Method in class org.openqa.selenium.json.JsonInput
 
addCookie(Cookie) - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions
 
addDriverAugmentation(String, AugmenterProvider) - Method in class org.openqa.selenium.remote.BaseAugmenter
Add a mapping between a capability name and the implementation of the interface that name represents for instances of WebDriver.
addElementAugmentation(String, AugmenterProvider) - Method in class org.openqa.selenium.remote.BaseAugmenter
Add a mapping between a capability name and the implementation of the interface that name represents for instances of WebElement.
AddLocationContext - Class in org.openqa.selenium.remote.html5
 
AddLocationContext() - Constructor for class org.openqa.selenium.remote.html5.AddLocationContext
 
addMetadata(String, Object) - Method in class org.openqa.selenium.remote.RemoteWebDriverBuilder
Adds metadata to the outgoing new session request, which can be used by intermediary of end nodes for any purpose they choose (commonly, this is used to request additional features from cloud providers, such as video recordings or to set the timezone or screen size).
AddNetworkConnection - Class in org.openqa.selenium.remote.mobile
 
AddNetworkConnection() - Constructor for class org.openqa.selenium.remote.mobile.AddNetworkConnection
 
addQueryParameter(String, String) - Method in class org.openqa.selenium.remote.http.HttpRequest
Set a query parameter, adding to existing values if present.
AddRotatable - Class in org.openqa.selenium.remote
 
AddRotatable() - Constructor for class org.openqa.selenium.remote.AddRotatable
 
AddWebStorage - Class in org.openqa.selenium.remote.html5
 
AddWebStorage() - Constructor for class org.openqa.selenium.remote.html5.AddWebStorage
 
alert() - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteTargetLocator
 
alias(String, String) - Method in interface org.openqa.selenium.remote.CommandCodec
Allow commands to have aliases.
alias(String, String) - Method in class org.openqa.selenium.remote.http.AbstractHttpCommandCodec
 
amendParameters(String, Map<String, ?>) - Method in class org.openqa.selenium.remote.http.AbstractHttpCommandCodec
 
amendParameters(String, Map<String, ?>) - Method in class org.openqa.selenium.remote.http.JsonHttpCommandCodec
 
amendParameters(String, Map<String, ?>) - Method in class org.openqa.selenium.remote.http.W3CHttpCommandCodec
 
ANDROID - Static variable in interface org.openqa.selenium.remote.BrowserType
 
android() - Static method in class org.openqa.selenium.remote.DesiredCapabilities
 
APPLICATION_NAME - Static variable in interface org.openqa.selenium.remote.CapabilityType
 
apply(Type) - Method in class org.openqa.selenium.json.BooleanCoercer
 
apply(Type) - Method in class org.openqa.selenium.json.CollectionCoercer
 
apply(Type) - Method in class org.openqa.selenium.json.EnumCoercer
 
apply(Type) - Method in class org.openqa.selenium.json.StaticInitializerCoercer
 
apply(Type) - Method in class org.openqa.selenium.json.StringCoercer
 
apply(Type) - Method in class org.openqa.selenium.json.TypeCoercer
 
apply(Object) - Method in class org.openqa.selenium.remote.internal.JsonToWebElementConverter
 
apply(Object) - Method in class org.openqa.selenium.remote.internal.WebElementToJsonConverter
 
apply(Map<String, Object>) - Method in interface org.openqa.selenium.remote.session.CapabilitiesFilter
Take a map of capabilties and extract those specific to a browser.
apply(Map.Entry<String, Object>) - Method in interface org.openqa.selenium.remote.session.CapabilityTransform
 
apply(Map<String, Object>) - Method in class org.openqa.selenium.remote.session.ChromeFilter
 
apply(Map<String, Object>) - Method in class org.openqa.selenium.remote.session.EdgeFilter
 
apply(Map<String, Object>) - Method in class org.openqa.selenium.remote.session.FirefoxFilter
 
apply(Map<String, Object>) - Method in class org.openqa.selenium.remote.session.InternetExplorerFilter
 
apply(Map<String, Object>) - Method in class org.openqa.selenium.remote.session.OperaFilter
 
apply(Map.Entry<String, Object>) - Method in class org.openqa.selenium.remote.session.ProxyTransform
 
apply(Map<String, Object>) - Method in class org.openqa.selenium.remote.session.SafariFilter
 
apply(Map.Entry<String, Object>) - Method in class org.openqa.selenium.remote.session.StripAnyPlatform
 
apply(Map.Entry<String, Object>) - Method in class org.openqa.selenium.remote.session.W3CPlatformNameNormaliser
 
ASYNC_SCRIPT_TIMEOUT - Static variable in class org.openqa.selenium.remote.ErrorCodes
 
augment(WebDriver) - Method in class org.openqa.selenium.remote.BaseAugmenter
Enhance the interfaces implemented by this instance of WebDriver iff that instance is a RemoteWebDriver.
augment(RemoteWebElement) - Method in class org.openqa.selenium.remote.BaseAugmenter
Enhance the interfaces implemented by this instance of WebElement iff that instance is a RemoteWebElement.
Augmentable - Annotation Type in org.openqa.selenium.remote
Indicates that a class can be processed by Augmenter.
Augmenter - Class in org.openqa.selenium.remote
Enhance the interfaces implemented by an instance of the RemoteWebDriver based on the returned Capabilities of the driver.
Augmenter() - Constructor for class org.openqa.selenium.remote.Augmenter
 
AugmenterProvider - Interface in org.openqa.selenium.remote
Describes and provides an implementation for a particular interface for use with the Augmenter.
AVOIDING_PROXY - Static variable in interface org.openqa.selenium.remote.CapabilityType.ForSeleniumServer
 

B

BaseAugmenter - Class in org.openqa.selenium.remote
Enhance the interfaces implemented by an instance of the RemoteWebDriver based on the returned Capabilities of the driver.
BaseAugmenter() - Constructor for class org.openqa.selenium.remote.BaseAugmenter
 
beginArray() - Method in class org.openqa.selenium.json.JsonInput
 
beginArray() - Method in class org.openqa.selenium.json.JsonOutput
 
beginObject() - Method in class org.openqa.selenium.json.JsonInput
 
beginObject() - Method in class org.openqa.selenium.json.JsonOutput
 
BooleanCoercer - Class in org.openqa.selenium.json
 
BooleanCoercer() - Constructor for class org.openqa.selenium.json.BooleanCoercer
 
BROWSER_NAME - Static variable in interface org.openqa.selenium.remote.CapabilityType
 
BROWSER_VERSION - Static variable in interface org.openqa.selenium.remote.CapabilityType
 
BrowserType - Interface in org.openqa.selenium.remote
All the browsers supported by selenium
build() - Method in class org.openqa.selenium.remote.RemoteWebDriverBuilder
Actually create a new WebDriver session.
build() - Method in class org.openqa.selenium.remote.service.DriverService.Builder
Creates a new service to manage the driver server.
Builder() - Constructor for class org.openqa.selenium.remote.http.HttpClient.Builder
 
builder() - Method in interface org.openqa.selenium.remote.http.HttpClient.Factory
By default HttpClient.Factory.createClient(URL) will pick sensible defaults for the HttpClient to use, but if more control is needed, the HttpClient.Builder gives access to this.
builder() - Method in class org.openqa.selenium.remote.internal.OkHttpClient.Factory
 
builder() - Static method in class org.openqa.selenium.remote.RemoteWebDriver
 
Builder() - Constructor for class org.openqa.selenium.remote.service.DriverService.Builder
 

C

CapabilitiesFilter - Interface in org.openqa.selenium.remote.session
Takes a stream of capabilities and extracts those that are specific to a browser.
CapabilityTransform - Interface in org.openqa.selenium.remote.session
Takes a capability and allows it to be transformed into 0, 1, or n different capabilities for a W3C New Session payload.
CapabilityType - Interface in org.openqa.selenium.remote
Commonly seen remote webdriver capabilities.
CapabilityType.ForSeleniumServer - Interface in org.openqa.selenium.remote
 
checkExecutable(File) - Static method in class org.openqa.selenium.remote.service.DriverService
 
checkForError() - Method in class org.openqa.selenium.os.CommandLine
 
CHROME - Static variable in interface org.openqa.selenium.remote.BrowserType
 
chrome() - Static method in class org.openqa.selenium.remote.DesiredCapabilities
 
ChromeFilter - Class in org.openqa.selenium.remote.session
 
ChromeFilter() - Constructor for class org.openqa.selenium.remote.session.ChromeFilter
 
CircularOutputStream - Class in org.openqa.selenium.io
Captures the last N bytes of output.
CircularOutputStream(int) - Constructor for class org.openqa.selenium.io.CircularOutputStream
 
CircularOutputStream() - Constructor for class org.openqa.selenium.io.CircularOutputStream
 
cleanupIdleClients() - Method in interface org.openqa.selenium.remote.http.HttpClient.Factory
Closes idle clients.
cleanupIdleClients() - Method in class org.openqa.selenium.remote.internal.OkHttpClient.Factory
 
clear() - Method in class org.openqa.selenium.remote.html5.RemoteLocalStorage
 
clear() - Method in class org.openqa.selenium.remote.html5.RemoteSessionStorage
 
clear() - Method in class org.openqa.selenium.remote.RemoteWebElement
 
CLEAR_ACTIONS_STATE - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
CLEAR_APP_CACHE - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
CLEAR_ELEMENT - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
CLEAR_LOCAL_STORAGE - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
CLEAR_SESSION_STORAGE - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
CLICK - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
click(Coordinates) - Method in class org.openqa.selenium.remote.RemoteMouse
 
click() - Method in class org.openqa.selenium.remote.RemoteWebElement
 
CLICK_ELEMENT - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
close() - Method in class org.openqa.selenium.io.MultiOutputStream
 
close() - Method in class org.openqa.selenium.json.JsonInput
 
close() - Method in class org.openqa.selenium.json.JsonOutput
 
CLOSE - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
close() - Method in class org.openqa.selenium.remote.NewSessionPayload
 
close() - Method in class org.openqa.selenium.remote.RemoteWebDriver
 
CollectionCoercer<T extends java.util.Collection> - Class in org.openqa.selenium.json
 
CollectionCoercer(Class<T>, JsonTypeCoercer, Collector<Object, ?, T>) - Constructor for class org.openqa.selenium.json.CollectionCoercer
 
Command - Class in org.openqa.selenium.remote
 
Command(SessionId, String) - Constructor for class org.openqa.selenium.remote.Command
 
Command(SessionId, String, Map<String, ?>) - Constructor for class org.openqa.selenium.remote.Command
 
CommandCodec<T> - Interface in org.openqa.selenium.remote
Converts Command objects to and from another representation.
CommandExecutor - Interface in org.openqa.selenium.remote
 
CommandInfo - Class in org.openqa.selenium.remote
 
CommandInfo(String, HttpMethod) - Constructor for class org.openqa.selenium.remote.CommandInfo
 
CommandLine - Class in org.openqa.selenium.os
 
CommandLine(String, String...) - Constructor for class org.openqa.selenium.os.CommandLine
 
CommandLine(String[]) - Constructor for class org.openqa.selenium.os.CommandLine
 
connectionTimeout - Variable in class org.openqa.selenium.remote.http.HttpClient.Builder
 
connectionTimeout(Duration) - Method in class org.openqa.selenium.remote.http.HttpClient.Builder
Set the connection timeout to a given value.
contextClick(Coordinates) - Method in class org.openqa.selenium.remote.RemoteMouse
 
copy(File, File) - Static method in class org.openqa.selenium.io.FileHandler
 
copyOutputTo(OutputStream) - Method in class org.openqa.selenium.os.CommandLine
 
copyResource(File, Class<?>, String...) - Static method in class org.openqa.selenium.io.FileHandler
 
create(RemoteWebDriver, Map<String, AugmenterProvider>, X) - Method in class org.openqa.selenium.remote.Augmenter
 
create(RemoteWebDriver, Map<String, AugmenterProvider>, X) - Method in class org.openqa.selenium.remote.BaseAugmenter
Subclasses should perform the requested augmentation.
create(RemoteWebDriver, Map<String, AugmenterProvider>, X) - Method in class org.openqa.selenium.remote.JdkAugmenter
 
create(Capabilities) - Static method in class org.openqa.selenium.remote.NewSessionPayload
 
create(Map<String, ?>) - Static method in class org.openqa.selenium.remote.NewSessionPayload
 
create(Reader) - Static method in class org.openqa.selenium.remote.NewSessionPayload
 
createArgs() - Method in class org.openqa.selenium.remote.service.DriverService.Builder
 
createClient(URL) - Method in class org.openqa.selenium.remote.http.HttpClient.Builder
 
createClient(URL) - Method in interface org.openqa.selenium.remote.http.HttpClient.Factory
Creates a HTTP client that will send requests to the given URL.
createDefault() - Static method in interface org.openqa.selenium.remote.http.HttpClient.Factory
Use the webdriver.http.factory system property to determine which implementation of HttpClient should be used.
createDir(File) - Static method in class org.openqa.selenium.io.FileHandler
 
createDriverService(File, int, ImmutableList<String>, ImmutableMap<String, String>) - Method in class org.openqa.selenium.remote.service.DriverService.Builder
 
createResponse() - Method in class org.openqa.selenium.remote.ProtocolHandshake.Result
 
createSession(HttpClient, Command) - Method in class org.openqa.selenium.remote.ProtocolHandshake
 
createTempDir(String, String) - Method in class org.openqa.selenium.io.TemporaryFilesystem
Create a temporary directory, and track it for deletion.

D

deactivate() - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions.RemoteInputMethodManager
 
decode(T) - Method in interface org.openqa.selenium.remote.CommandCodec
Decodes a command.
decode(HttpRequest) - Method in class org.openqa.selenium.remote.http.AbstractHttpCommandCodec
 
decode(HttpResponse) - Method in class org.openqa.selenium.remote.http.AbstractHttpResponseCodec
 
decode(HttpResponse) - Method in class org.openqa.selenium.remote.http.W3CHttpResponseCodec
 
decode(T) - Method in interface org.openqa.selenium.remote.ResponseCodec
Decodes a response.
defaultContent() - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteTargetLocator
 
DefaultNetworkInterfaceProvider - Class in org.openqa.selenium.net
 
DefaultNetworkInterfaceProvider() - Constructor for class org.openqa.selenium.net.DefaultNetworkInterfaceProvider
 
defineCommand(String, HttpMethod, String) - Method in interface org.openqa.selenium.remote.CommandCodec
Enhance this command codec with additional commands.
defineCommand(String, HttpMethod, String) - Method in class org.openqa.selenium.remote.http.AbstractHttpCommandCodec
Defines a new command mapping.
defineCommand(String, AbstractHttpCommandCodec.CommandSpec) - Method in class org.openqa.selenium.remote.http.AbstractHttpCommandCodec
 
defineCommand(String, CommandInfo) - Method in class org.openqa.selenium.remote.HttpCommandExecutor
It may be useful to extend the commands understood by this HttpCommandExecutor at run time, and this can be achieved via this method.
delete(File) - Static method in class org.openqa.selenium.io.FileHandler
 
delete(String) - Static method in class org.openqa.selenium.remote.http.AbstractHttpCommandCodec
 
DELETE_ALL_COOKIES - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
DELETE_COOKIE - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
deleteAllCookies() - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions
 
deleteBaseDir() - Method in class org.openqa.selenium.io.TemporaryFilesystem
 
deleteCookie(Cookie) - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions
 
deleteCookieNamed(String) - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions
 
deleteTempDir(File) - Method in class org.openqa.selenium.io.TemporaryFilesystem
Delete a temporary directory that we were responsible for creating.
deleteTemporaryFiles() - Method in class org.openqa.selenium.io.TemporaryFilesystem
Perform the operation that a shutdown hook would have.
DesiredCapabilities - Class in org.openqa.selenium.remote
 
DesiredCapabilities(String, String, Platform) - Constructor for class org.openqa.selenium.remote.DesiredCapabilities
 
DesiredCapabilities() - Constructor for class org.openqa.selenium.remote.DesiredCapabilities
 
DesiredCapabilities(Map<String, ?>) - Constructor for class org.openqa.selenium.remote.DesiredCapabilities
 
DesiredCapabilities(Capabilities) - Constructor for class org.openqa.selenium.remote.DesiredCapabilities
 
DesiredCapabilities(Capabilities...) - Constructor for class org.openqa.selenium.remote.DesiredCapabilities
 
destroy() - Method in class org.openqa.selenium.os.CommandLine
Destroy the current command.
Dialect - Enum in org.openqa.selenium.remote
 
DISMISS_ALERT - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
DOUBLE_CLICK - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
doubleClick(Coordinates) - Method in class org.openqa.selenium.remote.RemoteMouse
 
doubleTap(Coordinates) - Method in class org.openqa.selenium.remote.RemoteTouchScreen
 
down(int, int) - Method in class org.openqa.selenium.remote.RemoteTouchScreen
 
DriverCommand - Interface in org.openqa.selenium.remote
An empty interface defining constants for the standard commands defined in the WebDriver JSON wire protocol.
DriverCommandExecutor - Class in org.openqa.selenium.remote.service
A specialized HttpCommandExecutor that will use a DriverService that lives and dies with a single WebDriver session.
DriverCommandExecutor(DriverService) - Constructor for class org.openqa.selenium.remote.service.DriverCommandExecutor
Creates a new DriverCommandExecutor which will communicate with the driver as configured by the given service.
DriverCommandExecutor(DriverService, Map<String, CommandInfo>) - Constructor for class org.openqa.selenium.remote.service.DriverCommandExecutor
Creates an DriverCommandExecutor that supports non-standard additionalCommands in addition to the standard.
DriverService - Class in org.openqa.selenium.remote.service
Manages the life and death of a native executable driver server.
DriverService(File, int, ImmutableList<String>, ImmutableMap<String, String>) - Constructor for class org.openqa.selenium.remote.service.DriverService
 
DriverService.Builder<DS extends DriverService,B extends DriverService.Builder<?,?>> - Class in org.openqa.selenium.remote.service
 

E

EDGE - Static variable in interface org.openqa.selenium.remote.BrowserType
 
edge() - Static method in class org.openqa.selenium.remote.DesiredCapabilities
 
EdgeFilter - Class in org.openqa.selenium.remote.session
 
EdgeFilter() - Constructor for class org.openqa.selenium.remote.session.EdgeFilter
 
ELEMENT_CLICK_INTERCEPTED - Static variable in class org.openqa.selenium.remote.ErrorCodes
 
ELEMENT_EQUALS - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
ELEMENT_NOT_INTERACTABLE - Static variable in class org.openqa.selenium.remote.ErrorCodes
 
ELEMENT_NOT_SELECTABLE - Static variable in class org.openqa.selenium.remote.ErrorCodes
 
ELEMENT_NOT_VISIBLE - Static variable in class org.openqa.selenium.remote.ErrorCodes
 
ELEMENT_SCREENSHOT - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
ELEMENT_SCROLL_BEHAVIOR - Static variable in interface org.openqa.selenium.remote.CapabilityType
 
ENABLE_PERSISTENT_HOVERING - Static variable in interface org.openqa.selenium.remote.CapabilityType
Deprecated.
ENABLE_PROFILING_CAPABILITY - Static variable in interface org.openqa.selenium.remote.CapabilityType
 
encode(Command) - Method in interface org.openqa.selenium.remote.CommandCodec
Encodes a command.
encode(Command) - Method in class org.openqa.selenium.remote.http.AbstractHttpCommandCodec
 
encode(Supplier<HttpResponse>, Response) - Method in class org.openqa.selenium.remote.http.AbstractHttpResponseCodec
Encodes the given response as a HTTP response message.
encode(Supplier<T>, Response) - Method in interface org.openqa.selenium.remote.ResponseCodec
Encodes a response.
endArray() - Method in class org.openqa.selenium.json.JsonInput
 
endArray() - Method in class org.openqa.selenium.json.JsonOutput
 
endObject() - Method in class org.openqa.selenium.json.JsonInput
 
endObject() - Method in class org.openqa.selenium.json.JsonOutput
 
ENSURING_CLEAN_SESSION - Static variable in interface org.openqa.selenium.remote.CapabilityType.ForSeleniumServer
 
EnumCoercer<T extends java.lang.Enum> - Class in org.openqa.selenium.json
 
EnumCoercer() - Constructor for class org.openqa.selenium.json.EnumCoercer
 
EphemeralPortRangeDetector - Interface in org.openqa.selenium.net
Identifies the ephemeral port range for a given environment.
equals(Object) - Method in class org.openqa.selenium.remote.Command
 
equals(Object) - Method in class org.openqa.selenium.remote.http.AbstractHttpCommandCodec.CommandSpec
 
equals(Object) - Method in class org.openqa.selenium.remote.RemoteWebElement
 
equals(Object) - Method in class org.openqa.selenium.remote.Response
 
equals(Object) - Method in class org.openqa.selenium.remote.SessionId
 
ErrorCodes - Class in org.openqa.selenium.remote
Defines common error codes for the wire protocol.
ErrorCodes() - Constructor for class org.openqa.selenium.remote.ErrorCodes
 
ErrorHandler - Class in org.openqa.selenium.remote
Maps exceptions to status codes for sending over the wire.
ErrorHandler() - Constructor for class org.openqa.selenium.remote.ErrorHandler
 
ErrorHandler(boolean) - Constructor for class org.openqa.selenium.remote.ErrorHandler
 
ErrorHandler(ErrorCodes, boolean) - Constructor for class org.openqa.selenium.remote.ErrorHandler
 
ErrorHandler.UnknownServerException - Exception in org.openqa.selenium.remote
Exception used as a place holder if the server returns an error without a stack trace.
ExecutableFinder - Class in org.openqa.selenium.os
 
ExecutableFinder() - Constructor for class org.openqa.selenium.os.ExecutableFinder
 
execute() - Method in class org.openqa.selenium.os.CommandLine
 
execute(Command) - Method in interface org.openqa.selenium.remote.CommandExecutor
 
execute(String, Map<String, ?>) - Method in interface org.openqa.selenium.remote.ExecuteMethod
Execute the given command on the remote webdriver server.
execute(HttpRequest) - Method in interface org.openqa.selenium.remote.http.HttpClient
Executes the given request, following any redirects if necessary.
execute(Command) - Method in class org.openqa.selenium.remote.HttpCommandExecutor
 
execute(HttpRequest) - Method in class org.openqa.selenium.remote.internal.OkHttpClient
 
execute(String, Map<String, ?>) - Method in class org.openqa.selenium.remote.RemoteExecuteMethod
 
execute(String, Map<String, ?>) - Method in class org.openqa.selenium.remote.RemoteWebDriver
 
execute(String) - Method in class org.openqa.selenium.remote.RemoteWebDriver
 
execute(String, Map<String, ?>) - Method in class org.openqa.selenium.remote.RemoteWebElement
 
execute(Command) - Method in class org.openqa.selenium.remote.service.DriverCommandExecutor
Sends the command to the driver server for execution.
EXECUTE_ASYNC_SCRIPT - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
EXECUTE_SCRIPT - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
executeAsync() - Method in class org.openqa.selenium.os.CommandLine
 
executeAsyncScript(String, Object...) - Method in class org.openqa.selenium.remote.RemoteWebDriver
 
ExecuteMethod - Interface in org.openqa.selenium.remote
executeMethod - Variable in class org.openqa.selenium.remote.RemoteLogs
 
executeScript(String, Object...) - Method in class org.openqa.selenium.remote.RemoteWebDriver
 
executor - Variable in class org.openqa.selenium.remote.RemoteKeyboard
 
executor - Variable in class org.openqa.selenium.remote.RemoteMouse
 
extractRemoteWebDriver(WebDriver) - Method in class org.openqa.selenium.remote.Augmenter
 
extractRemoteWebDriver(WebDriver) - Method in class org.openqa.selenium.remote.BaseAugmenter
Subclasses should extract the remote webdriver or return null if it can't extract it.
extractRemoteWebDriver(WebDriver) - Method in class org.openqa.selenium.remote.JdkAugmenter
 

F

Factory() - Constructor for class org.openqa.selenium.remote.internal.OkHttpClient.Factory
 
FileDetector - Interface in org.openqa.selenium.remote
Used for identifying whether a sequence of chars represents the path to a file.
fileDetector - Variable in class org.openqa.selenium.remote.RemoteWebElement
 
FileHandler - Class in org.openqa.selenium.io
Utility methods for common filesystem activities
FileHandler() - Constructor for class org.openqa.selenium.io.FileHandler
 
find(String) - Method in class org.openqa.selenium.os.ExecutableFinder
Find the executable by scanning the file system and the PATH.
FIND_CHILD_ELEMENT - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
FIND_CHILD_ELEMENTS - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
FIND_ELEMENT - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
FIND_ELEMENTS - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
findDefaultExecutable() - Method in class org.openqa.selenium.remote.service.DriverService.Builder
 
findElement(By) - Method in class org.openqa.selenium.remote.RemoteWebDriver
 
findElement(String, String) - Method in class org.openqa.selenium.remote.RemoteWebDriver
 
findElement(By) - Method in class org.openqa.selenium.remote.RemoteWebElement
 
findElement(String, String) - Method in class org.openqa.selenium.remote.RemoteWebElement
 
findElementByClassName(String) - Method in class org.openqa.selenium.remote.RemoteWebDriver
 
findElementByClassName(String) - Method in class org.openqa.selenium.remote.RemoteWebElement
 
findElementByCssSelector(String) - Method in class org.openqa.selenium.remote.RemoteWebDriver
 
findElementByCssSelector(String) - Method in class org.openqa.selenium.remote.RemoteWebElement
 
findElementById(String) - Method in class org.openqa.selenium.remote.RemoteWebDriver
 
findElementById(String) - Method in class org.openqa.selenium.remote.RemoteWebElement
 
findElementByLinkText(String) - Method in class org.openqa.selenium.remote.RemoteWebDriver
 
findElementByLinkText(String) - Method in class org.openqa.selenium.remote.RemoteWebElement
 
findElementByName(String) - Method in class org.openqa.selenium.remote.RemoteWebDriver
 
findElementByName(String) - Method in class org.openqa.selenium.remote.RemoteWebElement
 
findElementByPartialLinkText(String) - Method in class org.openqa.selenium.remote.RemoteWebDriver
 
findElementByPartialLinkText(String) - Method in class org.openqa.selenium.remote.RemoteWebElement
 
findElementByTagName(String) - Method in class org.openqa.selenium.remote.RemoteWebDriver
 
findElementByTagName(String) - Method in class org.openqa.selenium.remote.RemoteWebElement
 
findElementByXPath(String) - Method in class org.openqa.selenium.remote.RemoteWebDriver
 
findElementByXPath(String) - Method in class org.openqa.selenium.remote.RemoteWebElement
 
findElements(By) - Method in class org.openqa.selenium.remote.RemoteWebDriver
 
findElements(String, String) - Method in class org.openqa.selenium.remote.RemoteWebDriver
 
findElements(By) - Method in class org.openqa.selenium.remote.RemoteWebElement
 
findElements(String, String) - Method in class org.openqa.selenium.remote.RemoteWebElement
 
findElementsByClassName(String) - Method in class org.openqa.selenium.remote.RemoteWebDriver
 
findElementsByClassName(String) - Method in class org.openqa.selenium.remote.RemoteWebElement
 
findElementsByCssSelector(String) - Method in class org.openqa.selenium.remote.RemoteWebDriver
 
findElementsByCssSelector(String) - Method in class org.openqa.selenium.remote.RemoteWebElement
 
findElementsById(String) - Method in class org.openqa.selenium.remote.RemoteWebDriver
 
findElementsById(String) - Method in class org.openqa.selenium.remote.RemoteWebElement
 
findElementsByLinkText(String) - Method in class org.openqa.selenium.remote.RemoteWebDriver
 
findElementsByLinkText(String) - Method in class org.openqa.selenium.remote.RemoteWebElement
 
findElementsByName(String) - Method in class org.openqa.selenium.remote.RemoteWebDriver
 
findElementsByName(String) - Method in class org.openqa.selenium.remote.RemoteWebElement
 
findElementsByPartialLinkText(String) - Method in class org.openqa.selenium.remote.RemoteWebDriver
 
findElementsByPartialLinkText(String) - Method in class org.openqa.selenium.remote.RemoteWebElement
 
findElementsByTagName(String) - Method in class org.openqa.selenium.remote.RemoteWebDriver
 
findElementsByTagName(String) - Method in class org.openqa.selenium.remote.RemoteWebElement
 
findElementsByXPath(String) - Method in class org.openqa.selenium.remote.RemoteWebDriver
 
findElementsByXPath(String) - Method in class org.openqa.selenium.remote.RemoteWebElement
 
findExecutable(String, String, String, String) - Static method in class org.openqa.selenium.remote.service.DriverService
 
findFreePort() - Static method in class org.openqa.selenium.net.PortProber
 
FIREFOX - Static variable in interface org.openqa.selenium.remote.BrowserType
 
firefox() - Static method in class org.openqa.selenium.remote.DesiredCapabilities
 
FIREFOX_CHROME - Static variable in interface org.openqa.selenium.remote.BrowserType
 
FIREFOX_PROXY - Static variable in interface org.openqa.selenium.remote.BrowserType
 
FirefoxFilter - Class in org.openqa.selenium.remote.session
 
FirefoxFilter() - Constructor for class org.openqa.selenium.remote.session.FirefoxFilter
 
FixedIANAPortRange - Class in org.openqa.selenium.net
 
FixedIANAPortRange() - Constructor for class org.openqa.selenium.net.FixedIANAPortRange
 
flick(int, int) - Method in class org.openqa.selenium.remote.RemoteTouchScreen
 
flick(Coordinates, int, int, int) - Method in class org.openqa.selenium.remote.RemoteTouchScreen
 
flush() - Method in class org.openqa.selenium.io.MultiOutputStream
 
frame(int) - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteTargetLocator
 
frame(String) - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteTargetLocator
 
frame(WebElement) - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteTargetLocator
 
fullscreen() - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions.RemoteWindow
 
FULLSCREEN_CURRENT_WINDOW - Static variable in interface org.openqa.selenium.remote.DriverCommand
 

G

GET - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
get(String) - Static method in class org.openqa.selenium.remote.http.AbstractHttpCommandCodec
 
get(String) - Method in class org.openqa.selenium.remote.RemoteLogs
 
get(String) - Method in class org.openqa.selenium.remote.RemoteWebDriver
 
GET_ACTIVE_ELEMENT - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
GET_ALERT_TEXT - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
GET_ALL_COOKIES - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
GET_ALL_SESSIONS - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
GET_APP_CACHE - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
GET_APP_CACHE_STATUS - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
GET_AVAILABLE_LOG_TYPES - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
GET_CAPABILITIES - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
GET_CONTEXT_HANDLES - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
GET_COOKIE - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
GET_CURRENT_CONTEXT_HANDLE - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
GET_CURRENT_URL - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
GET_CURRENT_WINDOW_HANDLE - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
GET_CURRENT_WINDOW_POSITION - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
GET_CURRENT_WINDOW_SIZE - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
GET_ELEMENT_ATTRIBUTE - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
GET_ELEMENT_LOCATION - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
GET_ELEMENT_LOCATION_ONCE_SCROLLED_INTO_VIEW - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
GET_ELEMENT_PROPERTY - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
GET_ELEMENT_RECT - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
GET_ELEMENT_SIZE - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
GET_ELEMENT_TAG_NAME - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
GET_ELEMENT_TEXT - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
GET_ELEMENT_VALUE_OF_CSS_PROPERTY - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
GET_LOCAL_STORAGE_ITEM - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
GET_LOCAL_STORAGE_KEYS - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
GET_LOCAL_STORAGE_SIZE - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
GET_LOCATION - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
GET_LOG - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
GET_NETWORK_CONNECTION - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
GET_PAGE_SOURCE - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
GET_SCREEN_ORIENTATION - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
GET_SCREEN_ROTATION - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
GET_SESSION_LOGS - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
GET_SESSION_STORAGE_ITEM - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
GET_SESSION_STORAGE_KEYS - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
GET_SESSION_STORAGE_SIZE - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
GET_TITLE - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
GET_WINDOW_HANDLES - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
getActiveEngine() - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions.RemoteInputMethodManager
 
getAddressOfRemoteServer() - Method in class org.openqa.selenium.remote.HttpCommandExecutor
 
getArgs() - Method in class org.openqa.selenium.remote.service.DriverService
 
getAttribute(String) - Method in class org.openqa.selenium.remote.RemoteWebElement
 
getAvailableEngines() - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions.RemoteInputMethodManager
 
getAvailableLogTypes() - Method in class org.openqa.selenium.remote.RemoteLogs
 
getBase64EncodedScreenshot() - Method in exception org.openqa.selenium.remote.ScreenshotException
 
getBuildRevision() - Method in class org.openqa.selenium.remote.RemoteStatus
 
getBuildTime() - Method in class org.openqa.selenium.remote.RemoteStatus
 
getCapabilities() - Method in class org.openqa.selenium.remote.RemoteWebDriver
 
getCommandCodec() - Method in enum org.openqa.selenium.remote.Dialect
 
getCommandExecutor() - Method in class org.openqa.selenium.remote.RemoteWebDriver
 
getCookieNamed(String) - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions
 
getCookies() - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions
 
getCoordinates() - Method in class org.openqa.selenium.remote.RemoteWebElement
 
getCssValue(String) - Method in class org.openqa.selenium.remote.RemoteWebElement
 
getCurrentUrl() - Method in class org.openqa.selenium.remote.RemoteWebDriver
 
getDefaultTmpFS() - Static method in class org.openqa.selenium.io.TemporaryFilesystem
 
getDescribedInterface() - Method in class org.openqa.selenium.remote.AddRotatable
 
getDescribedInterface() - Method in interface org.openqa.selenium.remote.AugmenterProvider
 
getDescribedInterface() - Method in class org.openqa.selenium.remote.html5.AddApplicationCache
 
getDescribedInterface() - Method in class org.openqa.selenium.remote.html5.AddLocationContext
 
getDescribedInterface() - Method in class org.openqa.selenium.remote.html5.AddWebStorage
 
getDescribedInterface() - Method in class org.openqa.selenium.remote.mobile.AddNetworkConnection
 
getDialect() - Method in class org.openqa.selenium.remote.ProtocolHandshake.Result
 
getDownstreamDialects() - Method in class org.openqa.selenium.remote.NewSessionPayload
 
getElementConverter() - Method in class org.openqa.selenium.remote.RemoteWebDriver
 
getEncodedElementKey() - Method in enum org.openqa.selenium.remote.Dialect
 
getEnvironment() - Method in class org.openqa.selenium.remote.service.DriverService
 
getErrorHandler() - Method in class org.openqa.selenium.remote.RemoteWebDriver
 
getExceptionType(int) - Method in class org.openqa.selenium.remote.ErrorCodes
Returns the exception type that corresponds to the given statusCode.
getExceptionType(String) - Method in class org.openqa.selenium.remote.ErrorCodes
 
getExecuteMethod() - Method in class org.openqa.selenium.remote.RemoteWebDriver
 
getExitCode() - Method in class org.openqa.selenium.os.CommandLine
 
getFileDetector() - Method in class org.openqa.selenium.remote.RemoteWebDriver
 
getHighestEphemeralPort() - Method in interface org.openqa.selenium.net.EphemeralPortRangeDetector
Returns the last port that could be searched for free ports
getHighestEphemeralPort() - Method in class org.openqa.selenium.net.FixedIANAPortRange
 
getHighestEphemeralPort() - Method in class org.openqa.selenium.net.LinuxEphemeralPortRangeDetector
 
getHighestEphemeralPort() - Method in class org.openqa.selenium.net.OlderWindowsVersionEphemeralPortDetector
 
getHttpStatusCode(Throwable) - Method in class org.openqa.selenium.remote.ErrorCodes
 
getId() - Method in class org.openqa.selenium.remote.RemoteWebElement
 
getImplementation(Object) - Method in class org.openqa.selenium.remote.AddRotatable
 
getImplementation(Object) - Method in interface org.openqa.selenium.remote.AugmenterProvider
For the interface that this provider describes, return an implementation.
getImplementation(Object) - Method in class org.openqa.selenium.remote.html5.AddApplicationCache
 
getImplementation(Object) - Method in class org.openqa.selenium.remote.html5.AddLocationContext
 
getImplementation(Object) - Method in class org.openqa.selenium.remote.html5.AddWebStorage
 
getImplementation(Object) - Method in class org.openqa.selenium.remote.mobile.AddNetworkConnection
 
getInetAddresses() - Method in class org.openqa.selenium.net.NetworkInterface
 
getInstance() - Static method in class org.openqa.selenium.net.LinuxEphemeralPortRangeDetector
 
getIp4LoopbackOnly() - Method in class org.openqa.selenium.net.NetworkInterface
Deprecated.
Will have reduced visibility in later releases.
getIp4NonLoopbackAddressOfThisMachine() - Method in class org.openqa.selenium.net.NetworkUtils
Returns a non-loopback IP4 hostname of the local host.
getIp4NonLoopBackOnly() - Method in class org.openqa.selenium.net.NetworkInterface
 
getIp6Address() - Method in class org.openqa.selenium.net.NetworkInterface
 
getIpOfLoopBackIp4() - Method in class org.openqa.selenium.net.NetworkUtils
 
getItem(String) - Method in class org.openqa.selenium.remote.html5.RemoteLocalStorage
 
getItem(String) - Method in class org.openqa.selenium.remote.html5.RemoteSessionStorage
 
getKeyboard() - Method in class org.openqa.selenium.remote.RemoteWebDriver
 
getLibraryPathPropertyName() - Static method in class org.openqa.selenium.os.CommandLine
 
getLocalFile(CharSequence...) - Method in interface org.openqa.selenium.remote.FileDetector
 
getLocalFile(CharSequence...) - Method in class org.openqa.selenium.remote.LocalFileDetector
 
getLocalFile(CharSequence...) - Method in class org.openqa.selenium.remote.UselessFileDetector
 
getLocalStorage() - Method in class org.openqa.selenium.remote.html5.RemoteWebStorage
 
getLocation() - Method in class org.openqa.selenium.remote.RemoteWebElement
 
getLogFile() - Method in class org.openqa.selenium.remote.service.DriverService.Builder
 
getLoInterface() - Method in class org.openqa.selenium.net.DefaultNetworkInterfaceProvider
 
getLoInterface() - Method in interface org.openqa.selenium.net.NetworkInterfaceProvider
 
getLowestEphemeralPort() - Method in interface org.openqa.selenium.net.EphemeralPortRangeDetector
Returns the first port in the ephemeral range
getLowestEphemeralPort() - Method in class org.openqa.selenium.net.FixedIANAPortRange
 
getLowestEphemeralPort() - Method in class org.openqa.selenium.net.LinuxEphemeralPortRangeDetector
 
getLowestEphemeralPort() - Method in class org.openqa.selenium.net.OlderWindowsVersionEphemeralPortDetector
 
getMethod() - Method in class org.openqa.selenium.remote.http.HttpRequest
 
getMouse() - Method in class org.openqa.selenium.remote.RemoteWebDriver
 
getName() - Method in class org.openqa.selenium.json.SimplePropertyDescriptor
 
getName() - Method in class org.openqa.selenium.net.NetworkInterface
 
getName() - Method in class org.openqa.selenium.remote.Command
 
getNetworkConnection() - Method in class org.openqa.selenium.remote.mobile.RemoteNetworkConnection
 
getNetWorkDiags() - Static method in class org.openqa.selenium.net.NetworkUtils
 
getNetworkInterfaces() - Method in class org.openqa.selenium.net.DefaultNetworkInterfaceProvider
 
getNetworkInterfaces() - Method in interface org.openqa.selenium.net.NetworkInterfaceProvider
 
getNonLoopbackAddressOfThisMachine() - Method in class org.openqa.selenium.net.NetworkUtils
Used by the mobile emulators that refuse to access localhost or 127.0.0.1 The IP4/IP6 requirements of this method are as-of-yet unspecified, but we return the string that is associated with the IP4 interface
getOsArch() - Method in class org.openqa.selenium.remote.RemoteStatus
 
getOsName() - Method in class org.openqa.selenium.remote.RemoteStatus
 
getOsVersion() - Method in class org.openqa.selenium.remote.RemoteStatus
 
getOutputStream() - Method in class org.openqa.selenium.remote.service.DriverService
 
getPageSource() - Method in class org.openqa.selenium.remote.RemoteWebDriver
 
getParameters() - Method in class org.openqa.selenium.remote.Command
 
getPort() - Method in class org.openqa.selenium.remote.service.DriverService.Builder
 
getPosition() - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions.RemoteWindow
 
getPrivateLocalAddress() - Method in class org.openqa.selenium.net.NetworkUtils
 
getPropertyDescriptors(Class<?>) - Static method in class org.openqa.selenium.json.SimplePropertyDescriptor
 
getQueryParameter(String) - Method in class org.openqa.selenium.remote.http.HttpRequest
Get a query parameter.
getQueryParameterNames() - Method in class org.openqa.selenium.remote.http.HttpRequest
 
getQueryParameters(String) - Method in class org.openqa.selenium.remote.http.HttpRequest
 
getReadMethod() - Method in class org.openqa.selenium.json.SimplePropertyDescriptor
 
getRect() - Method in class org.openqa.selenium.remote.RemoteWebElement
 
getReleaseLabel() - Method in class org.openqa.selenium.remote.RemoteStatus
 
getResponseCodec() - Method in enum org.openqa.selenium.remote.Dialect
 
getScreenshotAs(OutputType<X>) - Method in class org.openqa.selenium.remote.RemoteWebDriver
 
getScreenshotAs(OutputType<X>) - Method in class org.openqa.selenium.remote.RemoteWebElement
 
getSessionId() - Method in class org.openqa.selenium.remote.Command
 
getSessionId(String) - Static method in class org.openqa.selenium.remote.HttpSessionId
 
getSessionId() - Method in class org.openqa.selenium.remote.RemoteWebDriver
 
getSessionId() - Method in class org.openqa.selenium.remote.Response
 
getSessionStorage() - Method in class org.openqa.selenium.remote.html5.RemoteWebStorage
 
getSize() - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions.RemoteWindow
 
getSize() - Method in class org.openqa.selenium.remote.RemoteWebElement
 
getState() - Method in class org.openqa.selenium.remote.Response
 
getStatus() - Method in class org.openqa.selenium.remote.html5.RemoteApplicationCache
 
getStatus() - Method in class org.openqa.selenium.remote.http.HttpResponse
 
getStatus() - Method in class org.openqa.selenium.remote.Response
 
getStdOut() - Method in class org.openqa.selenium.os.CommandLine
 
getTagName() - Method in class org.openqa.selenium.remote.RemoteWebElement
 
getTargetHost() - Method in class org.openqa.selenium.remote.http.HttpResponse
Returns the host this response was received from, or null if it was not set.
getText() - Method in class org.openqa.selenium.remote.RemoteWebElement
 
getTitle() - Method in class org.openqa.selenium.remote.RemoteWebDriver
 
getTmpFsBasedOn(File) - Static method in class org.openqa.selenium.io.TemporaryFilesystem
 
getUri() - Method in class org.openqa.selenium.remote.http.HttpRequest
 
getUrl(int) - Method in class org.openqa.selenium.remote.service.DriverService
 
getUrl() - Method in class org.openqa.selenium.remote.service.DriverService
 
getValue() - Method in class org.openqa.selenium.remote.Response
 
getValueToEncode(Response) - Method in class org.openqa.selenium.remote.http.AbstractHttpResponseCodec
 
getValueToEncode(Response) - Method in class org.openqa.selenium.remote.http.JsonHttpResponseCodec
 
getValueToEncode(Response) - Method in class org.openqa.selenium.remote.http.W3CHttpResponseCodec
 
getWindowHandle() - Method in class org.openqa.selenium.remote.RemoteWebDriver
 
getWindowHandles() - Method in class org.openqa.selenium.remote.RemoteWebDriver
 
getWrappedDriver() - Method in class org.openqa.selenium.remote.RemoteWebElement
 
getWriteMethod() - Method in class org.openqa.selenium.json.SimplePropertyDescriptor
 
GO_BACK - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
GO_FORWARD - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
GOOGLECHROME - Static variable in interface org.openqa.selenium.remote.BrowserType
 

H

HAS_NATIVE_EVENTS - Static variable in interface org.openqa.selenium.remote.CapabilityType
 
HAS_TOUCHSCREEN - Static variable in interface org.openqa.selenium.remote.CapabilityType
 
hashCode() - Method in class org.openqa.selenium.remote.Command
 
hashCode() - Method in class org.openqa.selenium.remote.http.AbstractHttpCommandCodec.CommandSpec
 
hashCode() - Method in class org.openqa.selenium.remote.RemoteWebElement
 
hashCode() - Method in class org.openqa.selenium.remote.Response
 
hashCode() - Method in class org.openqa.selenium.remote.SessionId
 
hasNext() - Method in class org.openqa.selenium.json.JsonInput
 
hasShutdownEndpoint() - Method in class org.openqa.selenium.remote.service.DriverService
 
HIGHEST_PORT - Static variable in class org.openqa.selenium.net.PortProber
 
HTMLUNIT - Static variable in interface org.openqa.selenium.remote.BrowserType
 
htmlUnit() - Static method in class org.openqa.selenium.remote.DesiredCapabilities
 
HTTP_TARGET_HOST - Static variable in class org.openqa.selenium.remote.http.HttpResponse
 
HttpClient - Interface in org.openqa.selenium.remote.http
Defines a simple client for making HTTP requests.
HttpClient.Builder - Class in org.openqa.selenium.remote.http
 
HttpClient.Factory - Interface in org.openqa.selenium.remote.http
 
HttpCommandExecutor - Class in org.openqa.selenium.remote
 
HttpCommandExecutor(URL) - Constructor for class org.openqa.selenium.remote.HttpCommandExecutor
 
HttpCommandExecutor(Map<String, CommandInfo>, URL) - Constructor for class org.openqa.selenium.remote.HttpCommandExecutor
Creates an HttpCommandExecutor that supports non-standard additionalCommands in addition to the standard.
HttpCommandExecutor(Map<String, CommandInfo>, URL, HttpClient.Factory) - Constructor for class org.openqa.selenium.remote.HttpCommandExecutor
 
HttpMethod - Enum in org.openqa.selenium.remote.http
 
HttpRequest - Class in org.openqa.selenium.remote.http
 
HttpRequest(HttpMethod, String) - Constructor for class org.openqa.selenium.remote.http.HttpRequest
 
HttpResponse - Class in org.openqa.selenium.remote.http
 
HttpResponse() - Constructor for class org.openqa.selenium.remote.http.HttpResponse
 
HttpSessionId - Class in org.openqa.selenium.remote
 
HttpSessionId() - Constructor for class org.openqa.selenium.remote.HttpSessionId
 

I

id - Variable in class org.openqa.selenium.remote.RemoteWebElement
 
IE - Static variable in interface org.openqa.selenium.remote.BrowserType
 
IE_HTA - Static variable in interface org.openqa.selenium.remote.BrowserType
 
IEXPLORE - Static variable in interface org.openqa.selenium.remote.BrowserType
 
IEXPLORE_PROXY - Static variable in interface org.openqa.selenium.remote.BrowserType
 
ime() - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions
 
IME_ACTIVATE_ENGINE - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
IME_DEACTIVATE - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
IME_ENGINE_ACTIVATION_FAILED - Static variable in class org.openqa.selenium.remote.ErrorCodes
 
IME_GET_ACTIVE_ENGINE - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
IME_GET_AVAILABLE_ENGINES - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
IME_IS_ACTIVATED - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
IME_NOT_AVAILABLE - Static variable in class org.openqa.selenium.remote.ErrorCodes
 
IMPLICITLY_WAIT - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
implicitlyWait(long, TimeUnit) - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions.RemoteTimeouts
 
InterfaceImplementation - Interface in org.openqa.selenium.remote
An implementation of a particular interface, used by the Augmenter.
internetExplorer() - Static method in class org.openqa.selenium.remote.DesiredCapabilities
 
InternetExplorerFilter - Class in org.openqa.selenium.remote.session
 
InternetExplorerFilter() - Constructor for class org.openqa.selenium.remote.session.InternetExplorerFilter
 
INVALID_ARGUMENT - Static variable in class org.openqa.selenium.remote.ErrorCodes
 
INVALID_COOKIE_DOMAIN - Static variable in class org.openqa.selenium.remote.ErrorCodes
 
INVALID_ELEMENT_COORDINATES - Static variable in class org.openqa.selenium.remote.ErrorCodes
 
INVALID_ELEMENT_STATE - Static variable in class org.openqa.selenium.remote.ErrorCodes
 
INVALID_SELECTOR_ERROR - Static variable in class org.openqa.selenium.remote.ErrorCodes
 
INVALID_XPATH_SELECTOR - Static variable in class org.openqa.selenium.remote.ErrorCodes
 
INVALID_XPATH_SELECTOR_RETURN_TYPER - Static variable in class org.openqa.selenium.remote.ErrorCodes
 
invoke(ExecuteMethod, Object, Method, Object...) - Method in interface org.openqa.selenium.remote.InterfaceImplementation
Called when it has become apparent that this is the right interface to implement a particular method.
IPAD - Static variable in interface org.openqa.selenium.remote.BrowserType
 
ipad() - Static method in class org.openqa.selenium.remote.DesiredCapabilities
 
IPHONE - Static variable in interface org.openqa.selenium.remote.BrowserType
 
iphone() - Static method in class org.openqa.selenium.remote.DesiredCapabilities
 
IS_BROWSER_ONLINE - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
IS_ELEMENT_DISPLAYED - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
IS_ELEMENT_ENABLED - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
IS_ELEMENT_SELECTED - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
isActivated() - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions.RemoteInputMethodManager
 
isDisplayed() - Method in class org.openqa.selenium.remote.RemoteWebElement
 
isEnabled() - Method in class org.openqa.selenium.remote.RemoteWebElement
 
isIncludeServerErrors() - Method in class org.openqa.selenium.remote.ErrorHandler
 
isIp4AddressBindingOnly() - Method in class org.openqa.selenium.net.NetworkInterface
 
isLoopBack() - Method in class org.openqa.selenium.net.NetworkInterface
 
isMappableError(Throwable) - Method in class org.openqa.selenium.remote.ErrorCodes
 
isRunning() - Method in class org.openqa.selenium.os.CommandLine
Check whether the current command is still executing.
isRunning() - Method in class org.openqa.selenium.remote.service.DriverService
Checks whether the driver child process is currently running.
isSelected() - Method in class org.openqa.selenium.remote.RemoteWebElement
 
isSuccessful() - Method in class org.openqa.selenium.os.CommandLine
 
isZipped(String) - Static method in class org.openqa.selenium.io.FileHandler
 

J

JAVASCRIPT_ERROR - Static variable in class org.openqa.selenium.remote.ErrorCodes
 
JdkAugmenter - Class in org.openqa.selenium.remote
Enhance the interfaces implemented by an instance of the RemoteWebDriver based on the returned Capabilities of the driver.
JdkAugmenter() - Constructor for class org.openqa.selenium.remote.JdkAugmenter
 
Json - Class in org.openqa.selenium.json
 
Json() - Constructor for class org.openqa.selenium.json.Json
 
JsonException - Exception in org.openqa.selenium.json
 
JsonException(String) - Constructor for exception org.openqa.selenium.json.JsonException
 
JsonException(Throwable) - Constructor for exception org.openqa.selenium.json.JsonException
 
JsonException(String, Throwable) - Constructor for exception org.openqa.selenium.json.JsonException
 
JsonHttpCommandCodec - Class in org.openqa.selenium.remote.http
A command codec that adheres to the Selenium project's JSON/HTTP wire protocol.
JsonHttpCommandCodec() - Constructor for class org.openqa.selenium.remote.http.JsonHttpCommandCodec
 
JsonHttpResponseCodec - Class in org.openqa.selenium.remote.http
A response codec that adheres to the Selenium project's JSON/HTTP wire protocol.
JsonHttpResponseCodec() - Constructor for class org.openqa.selenium.remote.http.JsonHttpResponseCodec
 
JsonInput - Class in org.openqa.selenium.json
 
JsonOutput - Class in org.openqa.selenium.json
 
JsonToWebElementConverter - Class in org.openqa.selenium.remote.internal
Reconstitutes WebElements from their JSON representation.
JsonToWebElementConverter(RemoteWebDriver) - Constructor for class org.openqa.selenium.remote.internal.JsonToWebElementConverter
 
JsonType - Enum in org.openqa.selenium.json
 

K

keySet() - Method in class org.openqa.selenium.remote.html5.RemoteLocalStorage
 
keySet() - Method in class org.openqa.selenium.remote.html5.RemoteSessionStorage
 
KONQUEROR - Static variable in interface org.openqa.selenium.remote.BrowserType
 

L

LinuxEphemeralPortRangeDetector - Class in org.openqa.selenium.net
 
LIST_OF_MAPS_TYPE - Static variable in class org.openqa.selenium.json.Json
 
LocalFileDetector - Class in org.openqa.selenium.remote
Detects files on the local disk.
LocalFileDetector() - Constructor for class org.openqa.selenium.remote.LocalFileDetector
 
location() - Method in class org.openqa.selenium.remote.html5.RemoteLocationContext
 
log(SessionId, String, Object, RemoteWebDriver.When) - Method in class org.openqa.selenium.remote.RemoteWebDriver
Override this to be notified at key points in the execution of a command.
LOGGING_PREFS - Static variable in interface org.openqa.selenium.remote.CapabilityType
 
logs() - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions
 
longPress(Coordinates) - Method in class org.openqa.selenium.remote.RemoteTouchScreen
 

M

makeWritable(File) - Static method in class org.openqa.selenium.io.FileHandler
 
manage() - Method in class org.openqa.selenium.remote.RemoteWebDriver
 
MAP_TYPE - Static variable in class org.openqa.selenium.json.Json
 
maximize() - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions.RemoteWindow
 
MAXIMIZE_CURRENT_WINDOW - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
merge(Capabilities) - Method in class org.openqa.selenium.remote.DesiredCapabilities
Merges the extra capabilities provided into this DesiredCapabilities instance.
METHOD_NOT_ALLOWED - Static variable in class org.openqa.selenium.remote.ErrorCodes
 
MOCK - Static variable in interface org.openqa.selenium.remote.BrowserType
 
MOUSE_DOWN - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
MOUSE_UP - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
mouseDown(Coordinates) - Method in class org.openqa.selenium.remote.RemoteMouse
 
mouseMove(Coordinates) - Method in class org.openqa.selenium.remote.RemoteMouse
 
mouseMove(Coordinates, long, long) - Method in class org.openqa.selenium.remote.RemoteMouse
 
mouseUp(Coordinates) - Method in class org.openqa.selenium.remote.RemoteMouse
 
move(int, int) - Method in class org.openqa.selenium.remote.RemoteTouchScreen
 
MOVE_TARGET_OUT_OF_BOUNDS - Static variable in class org.openqa.selenium.remote.ErrorCodes
 
MOVE_TO - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
moveIfNeeded(Coordinates) - Method in class org.openqa.selenium.remote.RemoteMouse
 
MultiOutputStream - Class in org.openqa.selenium.io
Output stream demultiplexer
MultiOutputStream(OutputStream, OutputStream) - Constructor for class org.openqa.selenium.io.MultiOutputStream
 

N

name(String) - Method in class org.openqa.selenium.json.JsonOutput
 
navigate() - Method in class org.openqa.selenium.remote.RemoteWebDriver
 
NetworkInterface - Class in org.openqa.selenium.net
 
NetworkInterface(NetworkInterface) - Constructor for class org.openqa.selenium.net.NetworkInterface
 
NetworkInterfaceProvider - Interface in org.openqa.selenium.net
Provides information about the local network interfaces.
NetworkUtils - Class in org.openqa.selenium.net
 
NetworkUtils() - Constructor for class org.openqa.selenium.net.NetworkUtils
 
NEW_SESSION - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
newInput(Reader) - Method in class org.openqa.selenium.json.Json
 
newOutput(Appendable) - Method in class org.openqa.selenium.json.Json
 
newRemoteWebElement() - Method in class org.openqa.selenium.remote.internal.JsonToWebElementConverter
 
NewSessionPayload - Class in org.openqa.selenium.remote
 
nextBoolean() - Method in class org.openqa.selenium.json.JsonInput
 
nextName() - Method in class org.openqa.selenium.json.JsonInput
 
nextNull() - Method in class org.openqa.selenium.json.JsonInput
 
nextNumber() - Method in class org.openqa.selenium.json.JsonInput
 
nextString() - Method in class org.openqa.selenium.json.JsonInput
 
NO_ALERT_PRESENT - Static variable in class org.openqa.selenium.remote.ErrorCodes
 
NO_SUCH_COOKIE - Static variable in class org.openqa.selenium.remote.ErrorCodes
 
NO_SUCH_ELEMENT - Static variable in class org.openqa.selenium.remote.ErrorCodes
 
NO_SUCH_FRAME - Static variable in class org.openqa.selenium.remote.ErrorCodes
 
NO_SUCH_SESSION - Static variable in class org.openqa.selenium.remote.ErrorCodes
 
NO_SUCH_WINDOW - Static variable in class org.openqa.selenium.remote.ErrorCodes
 

O

OBJECT_TYPE - Static variable in class org.openqa.selenium.json.Json
 
obtainLoopbackIp4Address() - Method in class org.openqa.selenium.net.NetworkUtils
Returns a single address that is guaranteed to resolve to an ipv4 representation of localhost This may either be a hostname or an ip address, dependending if we can guarantee what that the hostname will resolve to ip4.
OkHttpClient - Class in org.openqa.selenium.remote.internal
 
OkHttpClient(OkHttpClient, URL) - Constructor for class org.openqa.selenium.remote.internal.OkHttpClient
 
OkHttpClient.Factory - Class in org.openqa.selenium.remote.internal
 
OlderWindowsVersionEphemeralPortDetector - Class in org.openqa.selenium.net
 
OlderWindowsVersionEphemeralPortDetector() - Constructor for class org.openqa.selenium.net.OlderWindowsVersionEphemeralPortDetector
 
oneOf(Capabilities, Capabilities...) - Method in class org.openqa.selenium.remote.RemoteWebDriverBuilder
Clears the current set of alternative browsers and instead sets the list of possible choices to the arguments given to this method.
ONLY_PROXYING_SELENIUM_TRAFFIC - Static variable in interface org.openqa.selenium.remote.CapabilityType.ForSeleniumServer
 
OPERA - Static variable in interface org.openqa.selenium.remote.BrowserType
Deprecated.
Use OPERA_BLINK
opera() - Static method in class org.openqa.selenium.remote.DesiredCapabilities
Deprecated.
Use #operaBlink
OPERA_BLINK - Static variable in interface org.openqa.selenium.remote.BrowserType
 
operaBlink() - Static method in class org.openqa.selenium.remote.DesiredCapabilities
 
OperaFilter - Class in org.openqa.selenium.remote.session
 
OperaFilter() - Constructor for class org.openqa.selenium.remote.session.OperaFilter
 
org.openqa.selenium.io - package org.openqa.selenium.io
 
org.openqa.selenium.json - package org.openqa.selenium.json
 
org.openqa.selenium.net - package org.openqa.selenium.net
 
org.openqa.selenium.os - package org.openqa.selenium.os
 
org.openqa.selenium.remote - package org.openqa.selenium.remote
 
org.openqa.selenium.remote.html5 - package org.openqa.selenium.remote.html5
 
org.openqa.selenium.remote.http - package org.openqa.selenium.remote.http
 
org.openqa.selenium.remote.internal - package org.openqa.selenium.remote.internal
 
org.openqa.selenium.remote.mobile - package org.openqa.selenium.remote.mobile
 
org.openqa.selenium.remote.service - package org.openqa.selenium.remote.service
 
org.openqa.selenium.remote.session - package org.openqa.selenium.remote.session
 
OVERLAPPING_CHECK_DISABLED - Static variable in interface org.openqa.selenium.remote.CapabilityType
 

P

PAGE_LOAD_STRATEGY - Static variable in interface org.openqa.selenium.remote.CapabilityType
 
PAGE_LOADING_STRATEGY - Static variable in interface org.openqa.selenium.remote.CapabilityType
Deprecated.
Use PAGE_LOAD_STRATEGY instead
pageLoadTimeout(long, TimeUnit) - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions.RemoteTimeouts
 
paramsFromCoordinates(Coordinates) - Method in class org.openqa.selenium.remote.RemoteMouse
 
parent - Variable in class org.openqa.selenium.remote.RemoteWebElement
 
parentFrame() - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteTargetLocator
 
peek() - Method in class org.openqa.selenium.json.JsonInput
 
perform(Collection<Sequence>) - Method in class org.openqa.selenium.remote.RemoteWebDriver
 
performAugmentation(Augmenter.CompoundHandler, X) - Method in class org.openqa.selenium.remote.Augmenter
 
PHANTOMJS - Static variable in interface org.openqa.selenium.remote.BrowserType
 
phantomjs() - Static method in class org.openqa.selenium.remote.DesiredCapabilities
Deprecated.
PhantomJS is no longer actively developed, and support will eventually be dropped.
PLATFORM - Static variable in interface org.openqa.selenium.remote.CapabilityType
Deprecated.
PLATFORM_NAME - Static variable in interface org.openqa.selenium.remote.CapabilityType
 
pollPort(int) - Static method in class org.openqa.selenium.net.PortProber
 
pollPort(int, int, TimeUnit) - Static method in class org.openqa.selenium.net.PortProber
 
PortProber - Class in org.openqa.selenium.net
 
post(String) - Static method in class org.openqa.selenium.remote.http.AbstractHttpCommandCodec
 
pressKey(CharSequence) - Method in class org.openqa.selenium.remote.RemoteKeyboard
 
process - Variable in class org.openqa.selenium.remote.service.DriverService
A reference to the current child process.
propertySetting(PropertySetting) - Method in class org.openqa.selenium.json.JsonInput
 
PropertySetting - Enum in org.openqa.selenium.json
 
ProtocolHandshake - Class in org.openqa.selenium.remote
 
ProtocolHandshake() - Constructor for class org.openqa.selenium.remote.ProtocolHandshake
 
ProtocolHandshake.Result - Class in org.openqa.selenium.remote
 
PROXY - Static variable in interface org.openqa.selenium.remote.CapabilityType
 
proxy - Variable in class org.openqa.selenium.remote.http.HttpClient.Builder
 
proxy(Proxy) - Method in class org.openqa.selenium.remote.http.HttpClient.Builder
Set the Proxy that should be used by the HttpClient (not the WebDriver instance!).
PROXY_PAC - Static variable in interface org.openqa.selenium.remote.CapabilityType.ForSeleniumServer
 
PROXYING_EVERYTHING - Static variable in interface org.openqa.selenium.remote.CapabilityType.ForSeleniumServer
 
ProxyTransform - Class in org.openqa.selenium.remote.session
 
ProxyTransform() - Constructor for class org.openqa.selenium.remote.session.ProxyTransform
 

Q

QUIT - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
quit() - Method in class org.openqa.selenium.remote.RemoteWebDriver
 

R

read(Type) - Method in class org.openqa.selenium.json.JsonInput
 
readTimeout - Variable in class org.openqa.selenium.remote.http.HttpClient.Builder
 
readTimeout(Duration) - Method in class org.openqa.selenium.remote.http.HttpClient.Builder
Set the read timeout to a given value.
reconstructValue(Response) - Method in class org.openqa.selenium.remote.http.AbstractHttpResponseCodec
 
reconstructValue(Response) - Method in class org.openqa.selenium.remote.http.JsonHttpResponseCodec
 
reconstructValue(Response) - Method in class org.openqa.selenium.remote.http.W3CHttpResponseCodec
 
REFRESH - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
releaseKey(CharSequence) - Method in class org.openqa.selenium.remote.RemoteKeyboard
 
RemoteApplicationCache - Class in org.openqa.selenium.remote.html5
Provides remote access to the ApplicationCache API.
RemoteApplicationCache(ExecuteMethod) - Constructor for class org.openqa.selenium.remote.html5.RemoteApplicationCache
 
RemoteExecuteMethod - Class in org.openqa.selenium.remote
 
RemoteExecuteMethod(RemoteWebDriver) - Constructor for class org.openqa.selenium.remote.RemoteExecuteMethod
 
RemoteInputMethodManager() - Constructor for class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions.RemoteInputMethodManager
 
RemoteKeyboard - Class in org.openqa.selenium.remote
An implementation of the keyboard for use with the remote webdriver.
RemoteKeyboard(ExecuteMethod) - Constructor for class org.openqa.selenium.remote.RemoteKeyboard
 
RemoteLocalStorage - Class in org.openqa.selenium.remote.html5
Executes the commands to access HTML5 localStorage on the remote webdriver server.
RemoteLocalStorage(ExecuteMethod) - Constructor for class org.openqa.selenium.remote.html5.RemoteLocalStorage
 
RemoteLocationContext - Class in org.openqa.selenium.remote.html5
 
RemoteLocationContext(ExecuteMethod) - Constructor for class org.openqa.selenium.remote.html5.RemoteLocationContext
 
RemoteLogs - Class in org.openqa.selenium.remote
 
RemoteLogs(ExecuteMethod, LocalLogs) - Constructor for class org.openqa.selenium.remote.RemoteLogs
 
RemoteMouse - Class in org.openqa.selenium.remote
Executes wire commands for mouse interaction.
RemoteMouse(ExecuteMethod) - Constructor for class org.openqa.selenium.remote.RemoteMouse
 
RemoteNetworkConnection - Class in org.openqa.selenium.remote.mobile
 
RemoteNetworkConnection(ExecuteMethod) - Constructor for class org.openqa.selenium.remote.mobile.RemoteNetworkConnection
 
RemoteSessionStorage - Class in org.openqa.selenium.remote.html5
Executes the commands to access HTML5 sessionStorage on the remote webdriver server.
RemoteSessionStorage(ExecuteMethod) - Constructor for class org.openqa.selenium.remote.html5.RemoteSessionStorage
 
RemoteStatus - Class in org.openqa.selenium.remote
 
RemoteStatus(Map<String, Object>) - Constructor for class org.openqa.selenium.remote.RemoteStatus
 
RemoteTargetLocator() - Constructor for class org.openqa.selenium.remote.RemoteWebDriver.RemoteTargetLocator
 
RemoteTimeouts() - Constructor for class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions.RemoteTimeouts
 
RemoteTouchScreen - Class in org.openqa.selenium.remote
 
RemoteTouchScreen(ExecuteMethod) - Constructor for class org.openqa.selenium.remote.RemoteTouchScreen
 
RemoteWebDriver - Class in org.openqa.selenium.remote
 
RemoteWebDriver() - Constructor for class org.openqa.selenium.remote.RemoteWebDriver
 
RemoteWebDriver(Capabilities) - Constructor for class org.openqa.selenium.remote.RemoteWebDriver
 
RemoteWebDriver(CommandExecutor, Capabilities) - Constructor for class org.openqa.selenium.remote.RemoteWebDriver
 
RemoteWebDriver(URL, Capabilities) - Constructor for class org.openqa.selenium.remote.RemoteWebDriver
 
RemoteWebDriver.RemoteTargetLocator - Class in org.openqa.selenium.remote
 
RemoteWebDriver.RemoteWebDriverOptions - Class in org.openqa.selenium.remote
 
RemoteWebDriver.RemoteWebDriverOptions.RemoteInputMethodManager - Class in org.openqa.selenium.remote
 
RemoteWebDriver.RemoteWebDriverOptions.RemoteTimeouts - Class in org.openqa.selenium.remote
 
RemoteWebDriver.RemoteWebDriverOptions.RemoteWindow - Class in org.openqa.selenium.remote
 
RemoteWebDriver.When - Enum in org.openqa.selenium.remote
 
RemoteWebDriverBuilder - Class in org.openqa.selenium.remote
Create a new Selenium session using the W3C WebDriver protocol.
RemoteWebDriverOptions() - Constructor for class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions
 
RemoteWebElement - Class in org.openqa.selenium.remote
 
RemoteWebElement() - Constructor for class org.openqa.selenium.remote.RemoteWebElement
 
RemoteWebStorage - Class in org.openqa.selenium.remote.html5
Provides remote access to the WebStorage API.
RemoteWebStorage(ExecuteMethod) - Constructor for class org.openqa.selenium.remote.html5.RemoteWebStorage
 
RemoteWindow() - Constructor for class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions.RemoteWindow
 
REMOVE_LOCAL_STORAGE_ITEM - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
REMOVE_SESSION_STORAGE_ITEM - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
removeItem(String) - Method in class org.openqa.selenium.remote.html5.RemoteLocalStorage
 
removeItem(String) - Method in class org.openqa.selenium.remote.html5.RemoteSessionStorage
 
resetInputState() - Method in class org.openqa.selenium.remote.RemoteWebDriver
 
Response - Class in org.openqa.selenium.remote
 
Response() - Constructor for class org.openqa.selenium.remote.Response
 
Response(SessionId) - Constructor for class org.openqa.selenium.remote.Response
 
ResponseCodec<T> - Interface in org.openqa.selenium.remote
Converts Response objects to and from another representation.
ROTATABLE - Static variable in interface org.openqa.selenium.remote.CapabilityType
 

S

SAFARI - Static variable in interface org.openqa.selenium.remote.BrowserType
 
safari() - Static method in class org.openqa.selenium.remote.DesiredCapabilities
 
SAFARI_PROXY - Static variable in interface org.openqa.selenium.remote.BrowserType
 
SafariFilter - Class in org.openqa.selenium.remote.session
 
SafariFilter() - Constructor for class org.openqa.selenium.remote.session.SafariFilter
 
score(Capabilities) - Method in class org.openqa.selenium.remote.service.DriverService.Builder
Provides a measure of how strongly this DriverService supports the given capabilities.
SCREENSHOT - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
ScreenshotException - Exception in org.openqa.selenium.remote
 
ScreenshotException(String) - Constructor for exception org.openqa.selenium.remote.ScreenshotException
 
ScreenshotException(String, Throwable) - Constructor for exception org.openqa.selenium.remote.ScreenshotException
 
scroll(Coordinates, int, int) - Method in class org.openqa.selenium.remote.RemoteTouchScreen
 
scroll(int, int) - Method in class org.openqa.selenium.remote.RemoteTouchScreen
 
SEND_KEYS_TO_ACTIVE_ELEMENT - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
SEND_KEYS_TO_ELEMENT - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
sendKeys(CharSequence...) - Method in class org.openqa.selenium.remote.RemoteKeyboard
 
sendKeys(CharSequence...) - Method in class org.openqa.selenium.remote.RemoteWebElement
 
sendOutputTo(OutputStream) - Method in class org.openqa.selenium.remote.service.DriverService
 
SESSION_NOT_CREATED - Static variable in class org.openqa.selenium.remote.ErrorCodes
 
SessionId - Class in org.openqa.selenium.remote
 
SessionId(UUID) - Constructor for class org.openqa.selenium.remote.SessionId
 
SessionId(String) - Constructor for class org.openqa.selenium.remote.SessionId
 
SET_ALERT_CREDENTIALS - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
SET_ALERT_VALUE - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
SET_BROWSER_ONLINE - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
SET_CURRENT_WINDOW_POSITION - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
SET_CURRENT_WINDOW_SIZE - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
SET_LOCAL_STORAGE_ITEM - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
SET_LOCATION - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
SET_NETWORK_CONNECTION - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
SET_SCREEN_ORIENTATION - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
SET_SCREEN_ROTATION - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
SET_SCRIPT_TIMEOUT - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
SET_SESSION_STORAGE_ITEM - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
SET_TIMEOUT - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
setAcceptInsecureCerts(boolean) - Method in class org.openqa.selenium.remote.DesiredCapabilities
 
setBrowserName(String) - Method in class org.openqa.selenium.remote.DesiredCapabilities
 
setCapability(String, String) - Method in class org.openqa.selenium.remote.RemoteWebDriverBuilder
Sets a capability for every single alternative when the session is created.
setCommandExecutor(CommandExecutor) - Method in class org.openqa.selenium.remote.RemoteWebDriver
 
setDynamicLibraryPath(String) - Method in class org.openqa.selenium.os.CommandLine
 
setElementConverter(JsonToWebElementConverter) - Method in class org.openqa.selenium.remote.RemoteWebDriver
 
setEnvironmentVariable(String, String) - Method in class org.openqa.selenium.os.CommandLine
Adds the specified environment variable.
setEnvironmentVariables(Map<String, String>) - Method in class org.openqa.selenium.os.CommandLine
Adds the specified environment variables.
setErrorHandler(ErrorHandler) - Method in class org.openqa.selenium.remote.RemoteWebDriver
 
setFileDetector(FileDetector) - Method in class org.openqa.selenium.remote.RemoteWebDriver
Set the file detector to be used when sending keyboard input.
setFileDetector(FileDetector) - Method in class org.openqa.selenium.remote.RemoteWebElement
 
setFoundBy(SearchContext, WebElement, String, String) - Method in class org.openqa.selenium.remote.RemoteWebDriver
 
setFoundBy(SearchContext, String, String) - Method in class org.openqa.selenium.remote.RemoteWebElement
 
setId(String) - Method in class org.openqa.selenium.remote.RemoteWebElement
 
setIncludeServerErrors(boolean) - Method in class org.openqa.selenium.remote.ErrorHandler
 
setInput(String) - Method in class org.openqa.selenium.os.CommandLine
 
setItem(String, String) - Method in class org.openqa.selenium.remote.html5.RemoteLocalStorage
 
setItem(String, String) - Method in class org.openqa.selenium.remote.html5.RemoteSessionStorage
 
setJavascriptEnabled(boolean) - Method in class org.openqa.selenium.remote.DesiredCapabilities
 
setLocalLogs(LocalLogs) - Method in class org.openqa.selenium.remote.HttpCommandExecutor
 
setLocation(Location) - Method in class org.openqa.selenium.remote.html5.RemoteLocationContext
 
setLogLevel(Level) - Method in class org.openqa.selenium.remote.RemoteWebDriver
Sets the RemoteWebDriver's client log level.
setNetworkConnection(NetworkConnection.ConnectionType) - Method in class org.openqa.selenium.remote.mobile.RemoteNetworkConnection
 
setParent(RemoteWebDriver) - Method in class org.openqa.selenium.remote.RemoteWebElement
 
setPlatform(Platform) - Method in class org.openqa.selenium.remote.DesiredCapabilities
 
setPosition(Point) - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions.RemoteWindow
 
setPrettyPrint(boolean) - Method in class org.openqa.selenium.json.JsonOutput
 
setScriptTimeout(long, TimeUnit) - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions.RemoteTimeouts
 
setSessionId(String) - Method in class org.openqa.selenium.remote.RemoteWebDriver
 
setSessionId(String) - Method in class org.openqa.selenium.remote.Response
 
setSize(Dimension) - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions.RemoteWindow
 
setState(String) - Method in class org.openqa.selenium.remote.Response
 
setStatus(int) - Method in class org.openqa.selenium.remote.http.HttpResponse
 
setStatus(Integer) - Method in class org.openqa.selenium.remote.Response
 
setTargetHost(String) - Method in class org.openqa.selenium.remote.http.HttpResponse
Sets the host this response was received from.
setTemporaryDirectory(File) - Static method in class org.openqa.selenium.io.TemporaryFilesystem
 
setValue(Object) - Method in class org.openqa.selenium.remote.Response
 
setVersion(String) - Method in class org.openqa.selenium.remote.DesiredCapabilities
 
setWorkingDirectory(String) - Method in class org.openqa.selenium.os.CommandLine
 
SimplePropertyDescriptor - Class in org.openqa.selenium.json
 
SimplePropertyDescriptor(String, Function<Object, Object>, Method) - Constructor for class org.openqa.selenium.json.SimplePropertyDescriptor
 
singleTap(Coordinates) - Method in class org.openqa.selenium.remote.RemoteTouchScreen
 
size() - Method in class org.openqa.selenium.remote.html5.RemoteLocalStorage
 
size() - Method in class org.openqa.selenium.remote.html5.RemoteSessionStorage
 
skipValue() - Method in class org.openqa.selenium.json.JsonInput
 
STALE_ELEMENT_REFERENCE - Static variable in class org.openqa.selenium.remote.ErrorCodes
 
start() - Method in class org.openqa.selenium.remote.service.DriverService
Starts this service if it is not already running.
START_OF_USER_PORTS - Static variable in class org.openqa.selenium.net.PortProber
 
startSession(Capabilities) - Method in class org.openqa.selenium.remote.RemoteWebDriver
 
StaticInitializerCoercer - Class in org.openqa.selenium.json
 
StaticInitializerCoercer() - Constructor for class org.openqa.selenium.json.StaticInitializerCoercer
 
STATUS - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
stop() - Method in class org.openqa.selenium.remote.service.DriverService
Stops this service if it is currently running.
stream() - Method in class org.openqa.selenium.remote.NewSessionPayload
Stream the Capabilities encoded in the payload used to create this instance.
StringCoercer - Class in org.openqa.selenium.json
 
StringCoercer() - Constructor for class org.openqa.selenium.json.StringCoercer
 
StripAnyPlatform - Class in org.openqa.selenium.remote.session
 
StripAnyPlatform() - Constructor for class org.openqa.selenium.remote.session.StripAnyPlatform
 
submit() - Method in class org.openqa.selenium.remote.RemoteWebElement
 
SUBMIT_ELEMENT - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
SUCCESS - Static variable in class org.openqa.selenium.remote.ErrorCodes
 
SUCCESS_STRING - Static variable in class org.openqa.selenium.remote.ErrorCodes
 
SUPPORTS_ALERTS - Static variable in interface org.openqa.selenium.remote.CapabilityType
 
SUPPORTS_APPLICATION_CACHE - Static variable in interface org.openqa.selenium.remote.CapabilityType
 
SUPPORTS_FINDING_BY_CSS - Static variable in interface org.openqa.selenium.remote.CapabilityType
 
SUPPORTS_JAVASCRIPT - Static variable in interface org.openqa.selenium.remote.CapabilityType
 
SUPPORTS_LOCATION_CONTEXT - Static variable in interface org.openqa.selenium.remote.CapabilityType
 
SUPPORTS_NETWORK_CONNECTION - Static variable in interface org.openqa.selenium.remote.CapabilityType
 
SUPPORTS_SQL_DATABASE - Static variable in interface org.openqa.selenium.remote.CapabilityType
 
SUPPORTS_WEB_STORAGE - Static variable in interface org.openqa.selenium.remote.CapabilityType
 
SWITCH_TO_CONTEXT - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
SWITCH_TO_FRAME - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
SWITCH_TO_PARENT_FRAME - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
SWITCH_TO_WINDOW - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
switchTo() - Method in class org.openqa.selenium.remote.RemoteWebDriver
 

T

TAKES_SCREENSHOT - Static variable in interface org.openqa.selenium.remote.CapabilityType
 
TemporaryFilesystem - Class in org.openqa.selenium.io
A wrapper around temporary filesystem behaviour.
test(Class<?>) - Method in class org.openqa.selenium.json.BooleanCoercer
 
test(Class<?>) - Method in class org.openqa.selenium.json.CollectionCoercer
 
test(Class<?>) - Method in class org.openqa.selenium.json.EnumCoercer
 
test(Class<?>) - Method in class org.openqa.selenium.json.StaticInitializerCoercer
 
test(Class<?>) - Method in class org.openqa.selenium.json.StringCoercer
 
test(Class<?>) - Method in class org.openqa.selenium.json.TypeCoercer
 
test(String) - Method in class org.openqa.selenium.remote.AcceptedW3CCapabilityKeys
 
throwIfResponseFailed(Response, long) - Method in class org.openqa.selenium.remote.ErrorHandler
 
TIMEOUT - Static variable in class org.openqa.selenium.remote.ErrorCodes
 
TimeoutException(String, Throwable) - Constructor for exception org.openqa.selenium.net.UrlChecker.TimeoutException
 
timeouts() - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions
 
toJson(Object) - Method in class org.openqa.selenium.json.Json
 
toJson() - Method in class org.openqa.selenium.remote.RemoteWebElement
 
toState(Integer) - Method in class org.openqa.selenium.remote.ErrorCodes
 
toStatus(String, Optional<Integer>) - Method in class org.openqa.selenium.remote.ErrorCodes
 
toStatusCode(Throwable) - Method in class org.openqa.selenium.remote.ErrorCodes
 
toString() - Method in class org.openqa.selenium.io.CircularOutputStream
 
toString() - Method in class org.openqa.selenium.os.CommandLine
 
toString() - Method in class org.openqa.selenium.remote.Command
 
toString() - Method in class org.openqa.selenium.remote.NewSessionPayload
 
toString() - Method in class org.openqa.selenium.remote.ProtocolHandshake.Result
 
toString() - Method in class org.openqa.selenium.remote.RemoteStatus
 
toString() - Method in class org.openqa.selenium.remote.RemoteWebDriver
 
toString() - Method in class org.openqa.selenium.remote.RemoteWebElement
 
toString() - Method in class org.openqa.selenium.remote.Response
 
toString() - Method in class org.openqa.selenium.remote.SessionId
 
toType(String, Type) - Method in class org.openqa.selenium.json.Json
 
toType(String, Type, PropertySetting) - Method in class org.openqa.selenium.json.Json
 
toType(Reader, Type) - Method in class org.openqa.selenium.json.Json
 
toType(Reader, Type, PropertySetting) - Method in class org.openqa.selenium.json.Json
 
TOUCH_DOUBLE_TAP - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
TOUCH_DOWN - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
TOUCH_FLICK - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
TOUCH_LONG_PRESS - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
TOUCH_MOVE - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
TOUCH_SCROLL - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
TOUCH_SINGLE_TAP - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
TOUCH_UP - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
TYPE_KEY - Static variable in class org.openqa.selenium.remote.RemoteLogs
 
TypeCoercer<T> - Class in org.openqa.selenium.json
 
TypeCoercer() - Constructor for class org.openqa.selenium.json.TypeCoercer
 

U

UNABLE_TO_CAPTURE_SCREEN - Static variable in class org.openqa.selenium.remote.ErrorCodes
 
UNABLE_TO_SET_COOKIE - Static variable in class org.openqa.selenium.remote.ErrorCodes
 
UNEXPECTED_ALERT_BEHAVIOUR - Static variable in interface org.openqa.selenium.remote.CapabilityType
 
UNEXPECTED_ALERT_PRESENT - Static variable in class org.openqa.selenium.remote.ErrorCodes
 
UNHANDLED_ERROR - Static variable in class org.openqa.selenium.remote.ErrorCodes
 
UNHANDLED_PROMPT_BEHAVIOUR - Static variable in interface org.openqa.selenium.remote.CapabilityType
 
UNKNOWN_COMMAND - Static variable in class org.openqa.selenium.remote.ErrorCodes
 
UnreachableBrowserException - Exception in org.openqa.selenium.remote
Indicates there was a problem communicating with the browser being controlled or the Selenium server.
UnreachableBrowserException(String) - Constructor for exception org.openqa.selenium.remote.UnreachableBrowserException
 
UnreachableBrowserException(String, Throwable) - Constructor for exception org.openqa.selenium.remote.UnreachableBrowserException
 
unzip(String, File) - Static method in class org.openqa.selenium.io.Zip
 
unzip(InputStream, File) - Static method in class org.openqa.selenium.io.Zip
 
unzipFile(File, InputStream, String) - Static method in class org.openqa.selenium.io.Zip
 
unzipToTempDir(String, String, String) - Static method in class org.openqa.selenium.io.Zip
 
unzipToTempDir(InputStream, String, String) - Static method in class org.openqa.selenium.io.Zip
 
up(int, int) - Method in class org.openqa.selenium.remote.RemoteTouchScreen
 
updateDynamicLibraryPath(String) - Method in class org.openqa.selenium.os.CommandLine
 
UPLOAD_FILE - Static variable in interface org.openqa.selenium.remote.DriverCommand
 
url(String) - Method in class org.openqa.selenium.remote.RemoteWebDriverBuilder
 
url(URL) - Method in class org.openqa.selenium.remote.RemoteWebDriverBuilder
Set the URL of the remote server.
UrlChecker - Class in org.openqa.selenium.net
Polls a URL until a HTTP 200 response is received.
UrlChecker() - Constructor for class org.openqa.selenium.net.UrlChecker
 
UrlChecker.TimeoutException - Exception in org.openqa.selenium.net
 
urlEncode(String) - Static method in class org.openqa.selenium.net.Urls
Encodes the text as an URL using UTF-8.
Urls - Class in org.openqa.selenium.net
 
Urls() - Constructor for class org.openqa.selenium.net.Urls
 
UselessFileDetector - Class in org.openqa.selenium.remote
A file detector that never finds anything.
UselessFileDetector() - Constructor for class org.openqa.selenium.remote.UselessFileDetector
 
USER_AGENT - Static variable in interface org.openqa.selenium.remote.http.HttpClient
 
usingAnyFreePort() - Method in class org.openqa.selenium.remote.service.DriverService.Builder
Configures the driver server to start on any available port.
usingDriverExecutable(File) - Method in class org.openqa.selenium.remote.service.DriverService.Builder
Sets which driver executable the builder will use.
usingPort(int) - Method in class org.openqa.selenium.remote.service.DriverService.Builder
Sets which port the driver server should be started on.

V

valueOf(String) - Static method in enum org.openqa.selenium.json.JsonType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openqa.selenium.json.PropertySetting
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openqa.selenium.remote.Dialect
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openqa.selenium.remote.http.HttpMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openqa.selenium.remote.RemoteWebDriver.When
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.openqa.selenium.json.JsonType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openqa.selenium.json.PropertySetting
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openqa.selenium.remote.Dialect
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openqa.selenium.remote.http.HttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openqa.selenium.remote.RemoteWebDriver.When
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION - Static variable in interface org.openqa.selenium.remote.CapabilityType
 

W

W3CHttpCommandCodec - Class in org.openqa.selenium.remote.http
A command codec that adheres to the W3C's WebDriver wire protocol.
W3CHttpCommandCodec() - Constructor for class org.openqa.selenium.remote.http.W3CHttpCommandCodec
 
W3CHttpResponseCodec - Class in org.openqa.selenium.remote.http
A response codec that adheres to the W3C WebDriver wire protocol.
W3CHttpResponseCodec() - Constructor for class org.openqa.selenium.remote.http.W3CHttpResponseCodec
 
W3CPlatformNameNormaliser - Class in org.openqa.selenium.remote.session
 
W3CPlatformNameNormaliser() - Constructor for class org.openqa.selenium.remote.session.W3CPlatformNameNormaliser
 
waitFor() - Method in class org.openqa.selenium.os.CommandLine
 
waitFor(long) - Method in class org.openqa.selenium.os.CommandLine
 
waitForPortUp(int, int, TimeUnit) - Static method in class org.openqa.selenium.net.PortProber
 
waitUntilAvailable(long, TimeUnit, URL...) - Method in class org.openqa.selenium.net.UrlChecker
 
waitUntilAvailable() - Method in class org.openqa.selenium.remote.service.DriverService
 
waitUntilUnavailable(long, TimeUnit, URL) - Method in class org.openqa.selenium.net.UrlChecker
 
WebElementToJsonConverter - Class in org.openqa.selenium.remote.internal
Converts RemoteWebElement objects, which may be wrapped, into their JSON representation as defined by the WebDriver wire protocol.
WebElementToJsonConverter() - Constructor for class org.openqa.selenium.remote.internal.WebElementToJsonConverter
 
window(String) - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteTargetLocator
 
window() - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions
 
withDriverService(DriverService) - Method in class org.openqa.selenium.remote.RemoteWebDriverBuilder
Use the given DriverService to set up the webdriver instance.
withEnvironment(Map<String, String>) - Method in class org.openqa.selenium.remote.service.DriverService.Builder
Defines the environment for the launched driver server.
withLogFile(File) - Method in class org.openqa.selenium.remote.service.DriverService.Builder
Configures the driver server to write log to the given file.
write(int) - Method in class org.openqa.selenium.io.CircularOutputStream
 
write(int) - Method in class org.openqa.selenium.io.MultiOutputStream
 
write(Object) - Method in class org.openqa.selenium.json.JsonOutput
 
write(Object, int) - Method in class org.openqa.selenium.json.JsonOutput
 
writeTo(Appendable) - Method in class org.openqa.selenium.remote.NewSessionPayload
 

X

XPATH_LOOKUP_ERROR - Static variable in class org.openqa.selenium.remote.ErrorCodes
 

Z

Zip - Class in org.openqa.selenium.io
 
Zip() - Constructor for class org.openqa.selenium.io.Zip
 
zip(File) - Static method in class org.openqa.selenium.io.Zip
 
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
Skip navigation links