- b - Variable in enum org.openqa.selenium.interactions.internal.MouseAction.Button
-
- back() - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteNavigation
-
- BaseAction - Class in org.openqa.selenium.interactions.internal
-
Base class for all actions.
- BaseAction(Locatable) - Constructor for class org.openqa.selenium.interactions.internal.BaseAction
-
Common c'tor - a locatable element is provided.
- BaseAction() - Constructor for class org.openqa.selenium.interactions.internal.BaseAction
-
No locatable element provided - action in the context of the previous action.
- baseDir - Variable in class org.openqa.selenium.io.TemporaryFilesystem
-
- BasicLimitInformation - Variable in class org.openqa.selenium.os.Kernel32.JOBJECT_EXTENDED_LIMIT_INFORMATION
-
- BeanToJsonConverter - Class in org.openqa.selenium.remote
-
Utility class for converting between JSON and Java Objects.
- BeanToJsonConverter() - Constructor for class org.openqa.selenium.remote.BeanToJsonConverter
-
- beanToJsonConverter - Variable in class org.openqa.selenium.remote.http.JsonHttpCommandCodec
-
- beanToJsonConverter - Variable in class org.openqa.selenium.remote.http.JsonHttpResponseCodec
-
- BINARY - Static variable in class org.openqa.selenium.firefox.FirefoxDriver
-
- binary - Variable in class org.openqa.selenium.firefox.FirefoxDriver
-
- binary - Variable in class org.openqa.selenium.firefox.FirefoxDriver.LazyCommandExecutor
-
- binary - Variable in class org.openqa.selenium.firefox.internal.Executable
-
- BROWSER - Static variable in class org.openqa.selenium.logging.LogType
-
This log type pertains to logs from the browser.
- BROWSER_BINARY - Static variable in class org.openqa.selenium.firefox.FirefoxDriver.SystemProperty
-
System property that defines the location of the Firefox executable file.
- BROWSER_LIBRARY_PATH - Static variable in class org.openqa.selenium.firefox.FirefoxDriver.SystemProperty
-
System property that defines the additional library path (Linux only).
- BROWSER_LOGFILE - Static variable in class org.openqa.selenium.firefox.FirefoxDriver.SystemProperty
-
System property that defines the location of the file where Firefox log should be stored.
- BROWSER_NAME - Static variable in interface org.openqa.selenium.remote.CapabilityType
-
- BROWSER_PROFILE - Static variable in class org.openqa.selenium.firefox.FirefoxDriver.SystemProperty
-
System property that defines the profile that should be used as a template.
- BrowserType - Interface in org.openqa.selenium.remote
-
All the browsers supported by selenium
- BUF_SIZE - Static variable in class org.openqa.selenium.io.Zip
-
- buffer - Variable in class org.openqa.selenium.io.CircularOutputStream
-
- BUFFER - Static variable in class org.openqa.selenium.io.IOUtils
-
- BUFFER_SIZE - Static variable in class org.openqa.selenium.firefox.internal.NewProfileExtensionConnection
-
- build() - Method in class org.openqa.selenium.interactions.Actions
-
Generates a composite action containing all actions so far, ready to be performed (and
resets the internal builder state, so subsequent calls to build() will contain fresh
sequences).
- 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.firefox.GeckoDriverService.Builder
-
- Builder() - Constructor for class org.openqa.selenium.remote.service.DriverService.Builder
-
- buildInfo - Variable in class org.openqa.selenium.remote.RemoteStatus
-
- buildUri(Command, JsonHttpCommandCodec.CommandSpec) - Method in class org.openqa.selenium.remote.http.JsonHttpCommandCodec
-
- buildUri(HttpContext, String) - Method in class org.openqa.selenium.remote.internal.ApacheHttpClient
-
- buildUrl(String, int) - Static method in class org.openqa.selenium.firefox.internal.NewProfileExtensionConnection
-
Builds the URL for the Firefox extension running on the given host and port.
- Button(int) - Constructor for enum org.openqa.selenium.interactions.internal.MouseAction.Button
-
- ButtonReleaseAction - Class in org.openqa.selenium.interactions
-
Releases the left mouse button
- ButtonReleaseAction(Mouse, Locatable) - Constructor for class org.openqa.selenium.interactions.ButtonReleaseAction
-
- ByReference() - Constructor for class org.openqa.selenium.os.Kernel32.JOBJECT_EXTENDED_LIMIT_INFORMATION.ByReference
-
- ByReference(Pointer) - Constructor for class org.openqa.selenium.os.Kernel32.JOBJECT_EXTENDED_LIMIT_INFORMATION.ByReference
-
- ByReference() - Constructor for class org.openqa.selenium.os.Kernel32.JOBOBJECT_BASIC_UI_RESTRICTIONS.ByReference
-
- ByReference(Pointer) - Constructor for class org.openqa.selenium.os.Kernel32.JOBOBJECT_BASIC_UI_RESTRICTIONS.ByReference
-
- cachedInterfaces - Variable in class org.openqa.selenium.net.DefaultNetworkInterfaceProvider
-
- canExecute(File) - Static method in class org.openqa.selenium.io.FileHandler
-
- canExecute(File) - Static method in class org.openqa.selenium.os.ExecutableFinder
-
- CanPerformActionChain - Interface in org.openqa.selenium.interactions
-
Interface implemented by each driver that implements performing action chains.
- capabilities - Variable in class org.openqa.selenium.remote.DesiredCapabilities
-
- capabilities - Variable in class org.openqa.selenium.remote.RemoteWebDriver
-
- 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
-
- checkForError() - Method in interface org.openqa.selenium.os.OsProcess
-
- checkForError() - Method in class org.openqa.selenium.os.UnixProcess
-
- checkForError() - Method in class org.openqa.selenium.os.WindowsProcessGroup
-
- checkPortIsFree(int) - Static method in class org.openqa.selenium.net.PortProber
-
- checkPreference(String, Object) - Method in class org.openqa.selenium.firefox.Preferences
-
- CHROME - Static variable in interface org.openqa.selenium.remote.BrowserType
-
- chrome() - Static method in class org.openqa.selenium.remote.DesiredCapabilities
-
- CircularOutputStream - Class in org.openqa.selenium.io
-
Captures the last N bytes of output.
- CircularOutputStream(File, int) - Constructor for class org.openqa.selenium.io.CircularOutputStream
-
- CircularOutputStream(File) - Constructor for class org.openqa.selenium.io.CircularOutputStream
-
- CircularOutputStream(int) - Constructor for class org.openqa.selenium.io.CircularOutputStream
-
- cl - Variable in class org.openqa.selenium.os.UnixProcess
-
- CLASS - Static variable in class org.openqa.selenium.remote.ErrorHandler
-
- CLASS_NAME - Static variable in class org.openqa.selenium.remote.ErrorHandler
-
- ClasspathExtension - Class in org.openqa.selenium.firefox.internal
-
- ClasspathExtension(Class<?>, String) - Constructor for class org.openqa.selenium.firefox.internal.ClasspathExtension
-
- clean(File) - Method in class org.openqa.selenium.firefox.FirefoxProfile
-
- cleanTemporaryModel() - Method in class org.openqa.selenium.firefox.FirefoxProfile
-
- 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_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(WebElement) - Method in class org.openqa.selenium.interactions.Actions
-
Clicks in the middle of the given element.
- click() - Method in class org.openqa.selenium.interactions.Actions
-
Clicks at the current mouse location.
- 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
-
- ClickAction - Class in org.openqa.selenium.interactions
-
clicks an element.
- ClickAction(Mouse, Locatable) - Constructor for class org.openqa.selenium.interactions.ClickAction
-
- clickAndHold(WebElement) - Method in class org.openqa.selenium.interactions.Actions
-
Clicks (without releasing) in the middle of the given element.
- clickAndHold() - Method in class org.openqa.selenium.interactions.Actions
-
Clicks (without releasing) at the current mouse location.
- ClickAndHoldAction - Class in org.openqa.selenium.interactions
-
Presses the left mouse button without releasing it.
- ClickAndHoldAction(Mouse, Locatable) - Constructor for class org.openqa.selenium.interactions.ClickAndHoldAction
-
- CLIENT - Static variable in class org.openqa.selenium.logging.LogType
-
This log type pertains to logs from the client.
- client - Variable in class org.openqa.selenium.remote.HttpCommandExecutor
-
- client - Variable in class org.openqa.selenium.remote.internal.ApacheHttpClient
-
- clientFactory - Variable in class org.openqa.selenium.remote.internal.ApacheHttpClient.Factory
-
- close() - Method in class org.openqa.selenium.logging.LoggingHandler
-
- close() - Method in class org.openqa.selenium.os.UnixProcess.MultioutputStream
-
- CLOSE - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- close() - Method in interface org.openqa.selenium.remote.http.HttpClient
-
Closes the connections associated with this client.
- close() - Method in class org.openqa.selenium.remote.internal.ApacheHttpClient
-
- close() - Method in class org.openqa.selenium.remote.internal.HttpClientFactory
-
- close() - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- closeAllStreamsAndDestroyProcess(Process) - Static method in class org.openqa.selenium.os.ProcessUtils
-
- closeQuietly(Closeable) - Static method in class org.openqa.selenium.io.IOUtils
-
- cmd - Variable in class org.openqa.selenium.os.WindowsProcessGroup
-
- combine(LogEntries...) - Static method in class org.openqa.selenium.logging.LogCombiner
-
- 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.
- commandCodec - Variable in class org.openqa.selenium.remote.HttpCommandExecutor
-
- 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
-
- CommandSpec(HttpMethod, String) - Constructor for class org.openqa.selenium.remote.http.JsonHttpCommandCodec.CommandSpec
-
- CompositeAction - Class in org.openqa.selenium.interactions
-
An action for aggregating actions and triggering all of them at the same time.
- CompositeAction() - Constructor for class org.openqa.selenium.interactions.CompositeAction
-
- CompositeAction(WebDriver) - Constructor for class org.openqa.selenium.interactions.CompositeAction
-
- CompositeLocalLogs - Class in org.openqa.selenium.logging
-
LocalLogs implementation that holds two other local logs.
- CompositeLocalLogs(LocalLogs, LocalLogs) - Constructor for class org.openqa.selenium.logging.CompositeLocalLogs
-
- CONNECT_TIMEOUT_MS - Static variable in class org.openqa.selenium.net.UrlChecker
-
- connection - Variable in class org.openqa.selenium.firefox.FirefoxDriver.LazyCommandExecutor
-
- connectTimeout - Variable in class org.openqa.selenium.firefox.internal.NewProfileExtensionConnection
-
- connectTo(FirefoxBinary, FirefoxProfile, String) - Method in class org.openqa.selenium.firefox.FirefoxDriver
-
- connectToUrl(URL) - Method in class org.openqa.selenium.net.UrlChecker
-
- constructMessage(EventType, String, boolean) - Static method in class org.openqa.selenium.logging.profiler.HttpProfilerLogEntry
-
- containsWebDriverExtension() - Method in class org.openqa.selenium.firefox.FirefoxProfile
-
- content - Variable in class org.openqa.selenium.remote.http.HttpMessage
-
- contextClick(WebElement) - Method in class org.openqa.selenium.interactions.Actions
-
Performs a context-click at middle of the given element.
- contextClick() - Method in class org.openqa.selenium.interactions.Actions
-
Performs a context-click at the current mouse location.
- contextClick(Coordinates) - Method in class org.openqa.selenium.remote.RemoteMouse
-
- ContextClickAction - Class in org.openqa.selenium.interactions
-
Context-clicks an element
- ContextClickAction(Mouse, Locatable) - Constructor for class org.openqa.selenium.interactions.ContextClickAction
-
- convert(Object) - Method in class org.openqa.selenium.remote.BeanToJsonConverter
-
Convert an object that may or may not be a JsonElement into its JSON string
representation, handling the case where it is neither in a graceful way.
- convert(Class<T>, Object) - Method in class org.openqa.selenium.remote.JsonToBeanConverter
-
- convert(Class<T>, Object, int) - Method in class org.openqa.selenium.remote.JsonToBeanConverter
-
- convertBean(Class<T>, JsonObject, int) - Method in class org.openqa.selenium.remote.JsonToBeanConverter
-
- convertEnum(Class, Object) - Method in class org.openqa.selenium.remote.JsonToBeanConverter
-
- converter - Variable in class org.openqa.selenium.remote.RemoteWebDriver
-
- convertJsonPrimitive(JsonElement) - Method in class org.openqa.selenium.remote.JsonToBeanConverter
-
- convertJsonPrimitive(JsonPrimitive) - Method in class org.openqa.selenium.remote.JsonToBeanConverter
-
- convertList(JsonArray, int) - Method in class org.openqa.selenium.remote.JsonToBeanConverter
-
- convertMap(JsonObject, int) - Method in class org.openqa.selenium.remote.JsonToBeanConverter
-
- convertObject(Object) - Method in class org.openqa.selenium.remote.BeanToJsonConverter
-
Convert an object that may or may not be a JsonElement into its JSON object
representation, handling the case where it is neither in a graceful way.
- convertObject(Object, int) - Method in class org.openqa.selenium.remote.BeanToJsonConverter
-
- CoordinatesUtils - Class in org.openqa.selenium.remote
-
Utilities class to parse Coordinates
.
- CoordinatesUtils() - Constructor for class org.openqa.selenium.remote.CoordinatesUtils
-
- copy(File, File) - Static method in class org.openqa.selenium.io.FileHandler
-
- copy(File, File, String) - Static method in class org.openqa.selenium.io.FileHandler
-
- copy(File, File, FileHandler.Filter) - Static method in class org.openqa.selenium.io.FileHandler
-
- copyDir(File, File, FileHandler.Filter) - Static method in class org.openqa.selenium.io.FileHandler
-
- copyFile(File, File, FileHandler.Filter) - Static method in class org.openqa.selenium.io.FileHandler
-
- copyModel(File, File) - Method in class org.openqa.selenium.firefox.FirefoxProfile
-
- copyOutputTo(OutputStream) - Method in class org.openqa.selenium.os.CommandLine
-
- copyOutputTo(OutputStream) - Method in interface org.openqa.selenium.os.OsProcess
-
- copyOutputTo(OutputStream) - Method in class org.openqa.selenium.os.UnixProcess
-
- copyOutputTo(OutputStream) - Method in class org.openqa.selenium.os.WindowsProcessGroup
-
- copyResource(File, Class<?>, String...) - Static method in class org.openqa.selenium.io.FileHandler
-
- CREATE_BREAKAWAY_FROM_JOB - Static variable in interface org.openqa.selenium.os.Kernel32
-
- CREATE_SUSPENDED - Static variable in interface org.openqa.selenium.os.Kernel32
-
- createAcceptablePort() - Static method in class org.openqa.selenium.net.PortProber
-
Returns a port that is within a probable free range.
- createArgs() - Method in class org.openqa.selenium.firefox.GeckoDriverService.Builder
-
- createArgs() - Method in class org.openqa.selenium.remote.service.DriverService.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.
- createClient(URL) - Method in class org.openqa.selenium.remote.internal.ApacheHttpClient.Factory
-
- createCommandExecutor(Capabilities, FirefoxBinary, FirefoxProfile) - Static method in class org.openqa.selenium.firefox.FirefoxDriver
-
- createContext() - Method in class org.openqa.selenium.remote.internal.ApacheHttpClient
-
- createDefaultService() - Static method in class org.openqa.selenium.firefox.GeckoDriverService
-
- 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.firefox.GeckoDriverService.Builder
-
- createDriverService(File, int, ImmutableList<String>, ImmutableMap<String, String>) - Method in class org.openqa.selenium.remote.service.DriverService.Builder
-
- createHttpClient(Credentials) - Method in class org.openqa.selenium.remote.internal.HttpClientFactory
-
- createHttpClient(Credentials, int, int) - Method in class org.openqa.selenium.remote.internal.HttpClientFactory
-
- createHttpUriRequest(HttpMethod, String) - Static method in class org.openqa.selenium.remote.internal.ApacheHttpClient
-
- createInterface(NetworkInterface) - Method in class org.openqa.selenium.net.DefaultNetworkInterfaceProvider
-
- CreateJobObject(WinBase.SECURITY_ATTRIBUTES, String) - Method in interface org.openqa.selenium.os.Kernel32
-
- createRequestConfig(int, int) - Method in class org.openqa.selenium.remote.internal.HttpClientFactory
-
- createResponse(HttpResponse, HttpContext) - Method in class org.openqa.selenium.remote.internal.ApacheHttpClient
-
- createRoutePlanner() - Method in class org.openqa.selenium.remote.internal.HttpClientFactory
-
- createSocketConfig(int) - Method in class org.openqa.selenium.remote.internal.HttpClientFactory
-
- createTempDir(String, String) - Method in class org.openqa.selenium.io.TemporaryFilesystem
-
Create a temporary directory, and track it for deletion.
- createThrowable(Class<T>, Class<?>[], Object[]) - Method in class org.openqa.selenium.remote.ErrorHandler
-
- createUnhandledAlertException(Object) - Method in class org.openqa.selenium.remote.ErrorHandler
-
- cssEscape(String) - Static method in class org.openqa.selenium.remote.RemoteWebDriver
-
- deactivate() - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions.RemoteInputMethodManager
-
- DEBUG - Static variable in class org.openqa.selenium.logging.LogLevelMapping
-
WebDriver log level DEBUG which is mapped to Level.FINE.
- decode(T) - Method in interface org.openqa.selenium.remote.CommandCodec
-
Decodes a command.
- decode(HttpRequest) - Method in class org.openqa.selenium.remote.http.JsonHttpCommandCodec
-
- decode(HttpResponse) - Method in class org.openqa.selenium.remote.http.JsonHttpResponseCodec
-
- decode(T) - Method in interface org.openqa.selenium.remote.ResponseCodec
-
Decodes a response.
- DEFAULT_ENABLE_NATIVE_EVENTS - Static variable in class org.openqa.selenium.firefox.FirefoxDriver
-
- DEFAULT_MAX_SCRIPT_RUN_TIME - Static variable in class org.openqa.selenium.firefox.Preferences
-
- DEFAULT_PORT - Static variable in class org.openqa.selenium.firefox.MarionetteDriver
-
Deprecated.
Port which is used by default.
- DEFAULT_SIZE - Static variable in class org.openqa.selenium.io.CircularOutputStream
-
- defaultClientFactory - Static variable in class org.openqa.selenium.remote.HttpCommandExecutor
-
- defaultClientFactory - Static variable in class org.openqa.selenium.remote.internal.ApacheHttpClient.Factory
-
- 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
-
- defaultPrefs - Static variable in class org.openqa.selenium.firefox.FirefoxProfile
-
- defineCommand(String, HttpMethod, String) - Method in class org.openqa.selenium.remote.http.JsonHttpCommandCodec
-
Defines a new command mapping.
- defineCommand(String, JsonHttpCommandCodec.CommandSpec) - Method in class org.openqa.selenium.remote.http.JsonHttpCommandCodec
-
- 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.
- delegate - Variable in class org.openqa.selenium.firefox.internal.NewProfileExtensionConnection
-
- delete(File) - Static method in class org.openqa.selenium.io.FileHandler
-
- delete(String) - Static method in class org.openqa.selenium.remote.http.JsonHttpCommandCodec
-
- 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
-
- deleteExtensionsCacheIfItExists(File) - Method in class org.openqa.selenium.firefox.FirefoxProfile
-
- deleteLockFiles(File) - Method in class org.openqa.selenium.firefox.FirefoxProfile
-
- deleteRegistryValue(String) - Static method in class org.openqa.selenium.os.WindowsUtils
-
- 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.
- deriveExtensionName(String) - Method in class org.openqa.selenium.firefox.FirefoxProfile
-
- 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.
- destroy() - Method in interface org.openqa.selenium.os.OsProcess
-
- destroy() - Method in class org.openqa.selenium.os.UnixProcess
-
- destroy() - Method in class org.openqa.selenium.os.WindowsProcessGroup
-
- destroyHarder() - Method in class org.openqa.selenium.os.UnixProcess.SeleniumWatchDog
-
- determineNextFreePort(int) - Method in class org.openqa.selenium.firefox.internal.NewProfileExtensionConnection
-
- discoverRegistryKeyType(String) - Static method in class org.openqa.selenium.os.WindowsUtils
-
- dismiss() - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteAlert
-
- DISMISS_ALERT - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- DISMISS_ALERT_W3C - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- DisplayAction - Class in org.openqa.selenium.interactions.internal
-
This class represents an abstraction of devices that can execute an action within a display area.
- DisplayAction(Locatable) - Constructor for class org.openqa.selenium.interactions.internal.DisplayAction
-
- doesRegistryValueExist(String) - Static method in class org.openqa.selenium.os.WindowsUtils
-
- DOUBLE_CLICK - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- doubleClick(WebElement) - Method in class org.openqa.selenium.interactions.Actions
-
Performs a double-click at middle of the given element.
- doubleClick() - Method in class org.openqa.selenium.interactions.Actions
-
Performs a double-click at the current mouse location.
- doubleClick(Coordinates) - Method in class org.openqa.selenium.remote.RemoteMouse
-
- DoubleClickAction - Class in org.openqa.selenium.interactions
-
Double-clicks an element.
- DoubleClickAction(Mouse, Locatable) - Constructor for class org.openqa.selenium.interactions.DoubleClickAction
-
- doubleTap(WebElement) - Method in class org.openqa.selenium.interactions.touch.TouchActions
-
Allows the execution of double tapon the screen, analogous to double click using a Mouse.
- doubleTap(Coordinates) - Method in class org.openqa.selenium.remote.RemoteTouchScreen
-
- DoubleTapAction - Class in org.openqa.selenium.interactions.touch
-
Creates a double tap gesture on a touch screen.
- DoubleTapAction(TouchScreen, Locatable) - Constructor for class org.openqa.selenium.interactions.touch.DoubleTapAction
-
- down(int, int) - Method in class org.openqa.selenium.interactions.touch.TouchActions
-
Allows the execution of the gesture 'down' on the screen.
- down(int, int) - Method in class org.openqa.selenium.remote.RemoteTouchScreen
-
- DownAction - Class in org.openqa.selenium.interactions.touch
-
Creates a down gesture.
- DownAction(TouchScreen, int, int) - Constructor for class org.openqa.selenium.interactions.touch.DownAction
-
- dragAndDrop(WebElement, WebElement) - Method in class org.openqa.selenium.interactions.Actions
-
A convenience method that performs click-and-hold at the location of the source element,
moves to the location of the target element, then releases the mouse.
- dragAndDropBy(WebElement, int, int) - Method in class org.openqa.selenium.interactions.Actions
-
A convenience method that performs click-and-hold at the location of the source element,
moves by a given offset, then releases the mouse.
- drainStream(OutputStream) - Static method in class org.openqa.selenium.firefox.internal.Streams
-
Drains the contents of a stream without blocking on further input from that stream.
- drainTo - Variable in class org.openqa.selenium.os.UnixProcess
-
- driver - Variable in class org.openqa.selenium.interactions.Actions
-
- driver - Variable in class org.openqa.selenium.interactions.CompositeAction
-
- DRIVER - Static variable in class org.openqa.selenium.logging.LogType
-
This log pertains to logs from the WebDriver implementation.
- driver - Variable in class org.openqa.selenium.remote.internal.JsonToWebElementConverter
-
- driver - Variable in class org.openqa.selenium.remote.RemoteExecuteMethod
-
- DRIVER_USE_MARIONETTE - Static variable in class org.openqa.selenium.firefox.FirefoxDriver.SystemProperty
-
Boolean system property that instructs FirefoxDriver to use Marionette backend.
- DRIVER_XPI_PROPERTY - Static variable in class org.openqa.selenium.firefox.FirefoxDriver.SystemProperty
-
System property that defines the location of the webdriver.xpi browser extension to install
in the browser.
- 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
-
- 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
-
- dropCapabilities(Capabilities) - Static method in class org.openqa.selenium.firefox.FirefoxDriver
-
Drops capabilities that we shouldn't send over the wire.
- dumpAddresses(StringBuilder, Iterable<InetAddress>) - Static method in class org.openqa.selenium.net.NetworkUtils
-
- dumpToConsole(StringBuilder, NetworkInterface) - Static method in class org.openqa.selenium.net.NetworkUtils
-
- duration(long) - Method in class org.openqa.selenium.remote.ErrorHandler
-
- GECKO_DRIVER_EXE_PROPERTY - Static variable in class org.openqa.selenium.firefox.GeckoDriverService
-
System property that defines the location of the GeckoDriver executable
that will be used by the
default service
.
- GeckoDriverService - Class in org.openqa.selenium.firefox
-
Manages the life and death of an GeckoDriver aka 'wires'.
- GeckoDriverService(File, int, ImmutableList<String>, ImmutableMap<String, String>) - Constructor for class org.openqa.selenium.firefox.GeckoDriverService
-
- GeckoDriverService.Builder - Class in org.openqa.selenium.firefox
-
- generateMessage() - Static method in exception org.openqa.selenium.os.WindowsRegistryException
-
- get(String) - Method in class org.openqa.selenium.logging.CompositeLocalLogs
-
- get(String) - Method in class org.openqa.selenium.logging.HandlerBasedLocalLogs
-
- get(String) - Method in class org.openqa.selenium.logging.LocalLogs
-
- get(String) - Method in class org.openqa.selenium.logging.StoringLocalLogs
-
- GET - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- get(String) - Static method in class org.openqa.selenium.remote.http.JsonHttpCommandCodec
-
- 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_ALERT_TEXT_W3C - 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_HANDLE_W3C - 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_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
-
- GET_WINDOW_HANDLES_W3C - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- GET_WINDOW_POSITION - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- GET_WINDOW_SIZE - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- getActionChainExecutor() - Method in interface org.openqa.selenium.interactions.CanPerformActionChain
-
- getActionLocation() - Method in class org.openqa.selenium.interactions.internal.DisplayAction
-
- getActionLocation() - Method in class org.openqa.selenium.interactions.internal.MouseAction
-
- getActions() - Method in interface org.openqa.selenium.interactions.internal.MultiAction
-
Returns the list of primitive actions that compose this complex action.
- getActions() - Method in class org.openqa.selenium.interactions.SendKeysAction
-
- getActiveEngine() - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions.RemoteInputMethodManager
-
- getAdditionalPreferences() - Method in class org.openqa.selenium.firefox.FirefoxProfile
-
- getAddressOfRemoteServer() - Method in interface org.openqa.selenium.firefox.ExtensionConnection
-
- getAddressOfRemoteServer() - Method in class org.openqa.selenium.firefox.FirefoxDriver.LazyCommandExecutor
-
- getAddressOfRemoteServer() - Method in class org.openqa.selenium.firefox.internal.NewProfileExtensionConnection
-
- getAddressOfRemoteServer() - Method in class org.openqa.selenium.remote.HttpCommandExecutor
-
- getAll() - Method in class org.openqa.selenium.logging.SessionLogs
-
- getAttribute(String) - Method in class org.openqa.selenium.remote.http.HttpMessage
-
Retrieves a user-defined attribute of this message.
- getAttribute(String) - Method in class org.openqa.selenium.remote.RemoteWebElement
-
- getAvailableEngines() - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions.RemoteInputMethodManager
-
- getAvailableLocalLogs() - Method in class org.openqa.selenium.remote.RemoteLogs
-
- getAvailableLogTypes() - Method in class org.openqa.selenium.logging.CompositeLocalLogs
-
- getAvailableLogTypes() - Method in class org.openqa.selenium.logging.HandlerBasedLocalLogs
-
- getAvailableLogTypes() - Method in class org.openqa.selenium.logging.StoringLocalLogs
-
- getAvailableLogTypes() - Method in class org.openqa.selenium.remote.RemoteLogs
-
- getBase64EncodedScreenshot() - Method in exception org.openqa.selenium.remote.ScreenshotException
-
- getBinary(Capabilities) - Static method in class org.openqa.selenium.firefox.FirefoxDriver
-
- getBooleanPreference(Preferences, String, boolean) - Method in class org.openqa.selenium.firefox.FirefoxProfile
-
- getBooleanPreference(String, boolean) - Method in class org.openqa.selenium.firefox.FirefoxProfile
-
- getBrowserName() - Method in class org.openqa.selenium.remote.DesiredCapabilities
-
- 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
-
- getCapability(String) - Method in class org.openqa.selenium.remote.DesiredCapabilities
-
- getClientConnectionManager() - Static method in class org.openqa.selenium.remote.internal.HttpClientFactory
-
- getCombinedLogsHolder(LocalLogs, LocalLogs) - Static method in class org.openqa.selenium.logging.LocalLogs
-
See documentation of CompositeLocalLogs about the difference between the first
LocalLogs instance and the second one.
- getCommandExecutor() - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- getConsoleOutput() - Method in class org.openqa.selenium.firefox.FirefoxBinary
-
Gets all console output of the binary.
- getContent() - Method in class org.openqa.selenium.remote.http.HttpMessage
-
- getContentString() - Method in class org.openqa.selenium.remote.http.HttpMessage
-
- 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
-
- getDefaultClientFactory() - Static method in class org.openqa.selenium.remote.HttpCommandExecutor
-
- getDefaultHttpClientFactory() - Static method in class org.openqa.selenium.remote.internal.ApacheHttpClient.Factory
-
- getDefaultOutputStream() - Method in class org.openqa.selenium.firefox.internal.Executable
-
- getDefaultTmpFS() - Static method in class org.openqa.selenium.io.TemporaryFilesystem
-
- getElementConverter() - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- getEnvironment() - Method in class org.openqa.selenium.os.CommandLine
-
- getEnvironment() - Method in interface org.openqa.selenium.os.OsProcess
-
- getEnvironment() - Method in class org.openqa.selenium.os.UnixProcess
-
- getEnvironment() - Method in class org.openqa.selenium.os.WindowsProcessGroup
-
- getEnvVar(String, String) - Static method in class org.openqa.selenium.firefox.internal.Executable
-
Retrieve an env var; if no var is set, returns the default
- getEnvVarIgnoreCase(String) - Static method in class org.openqa.selenium.os.WindowsUtils
-
- getEnvVarPath(String, String) - Static method in class org.openqa.selenium.os.WindowsUtils
-
- getErrorHandler() - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- getException() - Method in class org.openqa.selenium.os.ProcessUtils.ProcessWaiter
-
- getExceptionType(int) - Method in class org.openqa.selenium.remote.ErrorCodes
-
Returns the exception type that corresponds to the given statusCode
.
- getExecutable() - Method in class org.openqa.selenium.firefox.FirefoxBinary
-
- getExecuteMethod() - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- getExitCode() - Method in class org.openqa.selenium.os.CommandLine
-
- getExitCode() - Method in interface org.openqa.selenium.os.OsProcess
-
- getExitCode() - Method in class org.openqa.selenium.os.UnixProcess
-
- getExitCode() - Method in class org.openqa.selenium.os.WindowsProcessGroup
-
- getExtraEnv() - Method in class org.openqa.selenium.firefox.FirefoxBinary
-
- getFieldOrder() - Method in class org.openqa.selenium.os.Kernel32.IO_COUNTERS
-
- getFieldOrder() - Method in class org.openqa.selenium.os.Kernel32.JOBJECT_BASIC_LIMIT_INFORMATION
-
- getFieldOrder() - Method in class org.openqa.selenium.os.Kernel32.JOBJECT_EXTENDED_LIMIT_INFORMATION
-
- getFieldOrder() - Method in class org.openqa.selenium.os.Kernel32.JOBOBJECT_BASIC_UI_RESTRICTIONS
-
- getFile() - Method in class org.openqa.selenium.firefox.internal.Executable
-
- getFileDetector() - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- getFullPath(String, String) - Static method in class org.openqa.selenium.os.WindowsUtils
-
- getGridHttpClient(int, int) - Method in class org.openqa.selenium.remote.internal.HttpClientFactory
-
- getHandlerBasedLoggerInstance(LoggingHandler, Set<String>) - Static method in class org.openqa.selenium.logging.LocalLogs
-
- getHeader(String) - Method in class org.openqa.selenium.remote.http.HttpMessage
-
- getHeaderNames() - Method in class org.openqa.selenium.remote.http.HttpMessage
-
- getHeaders(String) - Method in class org.openqa.selenium.remote.http.HttpMessage
-
- 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
-
- getHttpClient() - Method in class org.openqa.selenium.remote.internal.HttpClientFactory
-
- getId() - Method in class org.openqa.selenium.remote.RemoteWebElement
-
- getInetAddresses() - Method in class org.openqa.selenium.net.NetworkInterface
-
- getInputStream() - Method in class org.openqa.selenium.os.UnixProcess
-
- getInstance() - Static method in class org.openqa.selenium.logging.LoggingHandler
-
- getInstance() - Static method in class org.openqa.selenium.net.LinuxEphemeralPortRangeDetector
-
- getIntegerPreference(String, int) - Method in class org.openqa.selenium.firefox.FirefoxProfile
-
- getIp4LoopbackOnly() - Method in class org.openqa.selenium.net.NetworkInterface
-
- 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
-
- getLocalAppDataPath() - Static method in class org.openqa.selenium.os.WindowsUtils
-
Returns the path to Local AppData.
- getLocalEntries(String) - Method in class org.openqa.selenium.remote.RemoteLogs
-
- 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
-
- getLocalInterfaceAddress() - Method in class org.openqa.selenium.net.NetworkUtils
-
- getLocalInterfaceName() - Method in class org.openqa.selenium.net.DefaultNetworkInterfaceProvider
-
- getLocalLogs(String) - Method in class org.openqa.selenium.logging.StoringLocalLogs
-
- 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
-
- getLogs(String) - Method in class org.openqa.selenium.logging.SessionLogs
-
- getLogTypes() - Method in class org.openqa.selenium.logging.SessionLogs
-
- getLoInterface() - Method in class org.openqa.selenium.net.DefaultNetworkInterfaceProvider
-
- getLoInterface() - Method in interface org.openqa.selenium.net.NetworkInterfaceProvider
-
- getLoopBackAndIp4Only() - Method in class org.openqa.selenium.net.NetworkUtils
-
- 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
-
- getMergedEnv() - Method in class org.openqa.selenium.os.UnixProcess
-
- getMessage(URL, long, String) - Static method in exception org.openqa.selenium.firefox.NotConnectedException
-
- getMethod(Object, String) - Method in class org.openqa.selenium.remote.BeanToJsonConverter
-
- getMethod() - Method in class org.openqa.selenium.remote.CommandInfo
-
- getMethod() - Method in class org.openqa.selenium.remote.http.HttpRequest
-
- getMethod(Class<?>, String) - Method in class org.openqa.selenium.remote.JsonToBeanConverter
-
- getMouse() - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- getName(Level) - Static method in class org.openqa.selenium.logging.LogLevelMapping
-
Converts the JDK level to a name supported by Selenium.
- getName() - Method in class org.openqa.selenium.net.NetworkInterface
-
- getName() - Method in class org.openqa.selenium.remote.Command
-
- getName() - Method in class org.openqa.selenium.remote.SimplePropertyDescriptor
-
- 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
- getNullLogger() - Static method in class org.openqa.selenium.logging.LocalLogs
-
Logger which doesn't do anything.
- getNumberOfActions() - Method in class org.openqa.selenium.interactions.CompositeAction
-
- 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.os.UnixProcess
-
- getPageSource() - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- getParameter(String, Command) - Method in class org.openqa.selenium.remote.http.JsonHttpCommandCodec
-
- getParameters() - Method in class org.openqa.selenium.remote.Command
-
- getPath() - Method in class org.openqa.selenium.firefox.internal.Executable
-
- getPathsInProgramFiles(String) - Static method in class org.openqa.selenium.os.WindowsUtils
-
- getPID() - Method in class org.openqa.selenium.os.UnixProcess.SeleniumWatchDog
-
- getPlatform() - Method in class org.openqa.selenium.remote.DesiredCapabilities
-
- getPort() - Method in class org.openqa.selenium.remote.service.DriverService.Builder
-
- getPosition() - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions.RemoteWindow
-
- getPreference(String) - Method in class org.openqa.selenium.firefox.Preferences
-
- getPrivateLocalAddress() - Method in class org.openqa.selenium.net.NetworkUtils
-
- GetProcessId(WinNT.HANDLE) - Method in interface org.openqa.selenium.os.Kernel32
-
- getProcessId(Process) - Static method in class org.openqa.selenium.os.ProcessUtils
-
- getProfile(FirefoxProfile) - Static method in class org.openqa.selenium.firefox.FirefoxDriver
-
- getProfile(String) - Method in class org.openqa.selenium.firefox.internal.ProfilesIni
-
- getProgramFiles86Path() - Static method in class org.openqa.selenium.os.WindowsUtils
-
- getProgramFilesPath() - Static method in class org.openqa.selenium.os.WindowsUtils
-
Returns the path to the Windows Program Files.
- getPropertyDescriptors(Class<? extends Object>) - Static method in class org.openqa.selenium.remote.SimplePropertyDescriptor
-
- getReadMethod() - Method in class org.openqa.selenium.remote.SimplePropertyDescriptor
-
- getRecords() - Method in class org.openqa.selenium.logging.LoggingHandler
-
- getRect() - Method in class org.openqa.selenium.remote.RemoteWebElement
-
- getRedirect(HttpRequest, HttpResponse, HttpContext) - Method in class org.openqa.selenium.remote.internal.HttpClientFactory.MyRedirectHandler
-
- getReleaseLabel() - Method in class org.openqa.selenium.remote.RemoteStatus
-
- getRemoteEntries(String) - Method in class org.openqa.selenium.remote.RemoteLogs
-
- getScreenshotAs(OutputType<X>) - Method in class org.openqa.selenium.firefox.FirefoxDriver
-
- 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
-
- getSessionLogs(JsonObject) - Static method in class org.openqa.selenium.logging.SessionLogHandler
-
Creates a session logs map, with session logs mapped to session IDs, given
a raw session log map as a JSON object.
- 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
-
- getStdOut() - Method in interface org.openqa.selenium.os.OsProcess
-
- getStdOut() - Method in class org.openqa.selenium.os.UnixProcess
-
- getStdOut() - Method in class org.openqa.selenium.os.WindowsProcessGroup
-
- getStoringLoggerInstance(Set<String>) - Static method in class org.openqa.selenium.logging.LocalLogs
-
- getStringPreference(String, String) - Method in class org.openqa.selenium.firefox.FirefoxProfile
-
- 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.
- getTargetId() - Method in class org.openqa.selenium.interactions.internal.BaseAction
-
- getText() - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteAlert
-
- getText() - Method in class org.openqa.selenium.remote.RemoteWebElement
-
- getTimeout() - Method in class org.openqa.selenium.firefox.FirefoxBinary
-
- 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() - Method in class org.openqa.selenium.remote.CommandInfo
-
- getUrl() - Method in class org.openqa.selenium.remote.service.DriverService
-
- getValue() - Method in class org.openqa.selenium.remote.Response
-
- getVersion() - Method in class org.openqa.selenium.remote.DesiredCapabilities
-
- getW3CStandardComplianceLevel() - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- 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.remote.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
-
- grabFirstNetworkAddress() - Method in class org.openqa.selenium.net.NetworkUtils
-
- gridClientConnectionManager - Variable in class org.openqa.selenium.remote.internal.HttpClientFactory
-
- 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
-
- SchedulingClass - Variable in class org.openqa.selenium.os.Kernel32.JOBJECT_BASIC_LIMIT_INFORMATION
-
- SCREEN_SHOT - Static variable in class org.openqa.selenium.remote.ErrorHandler
-
- SCREENSHOT - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- screenshot - Variable in exception org.openqa.selenium.remote.ScreenshotException
-
- 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(WebElement, int, int) - Method in class org.openqa.selenium.interactions.touch.TouchActions
-
Creates a scroll gesture that starts on a particular screen location.
- scroll(int, int) - Method in class org.openqa.selenium.interactions.touch.TouchActions
-
Allows the view to be scrolled by an x and y offset.
- scroll(Coordinates, int, int) - Method in class org.openqa.selenium.remote.RemoteTouchScreen
-
- scroll(int, int) - Method in class org.openqa.selenium.remote.RemoteTouchScreen
-
- ScrollAction - Class in org.openqa.selenium.interactions.touch
-
Creates a scroll gesture.
- ScrollAction(TouchScreen, Locatable, int, int) - Constructor for class org.openqa.selenium.interactions.touch.ScrollAction
-
- ScrollAction(TouchScreen, int, int) - Constructor for class org.openqa.selenium.interactions.touch.ScrollAction
-
- SeleniumWatchDog(long) - Constructor for class org.openqa.selenium.os.UnixProcess.SeleniumWatchDog
-
- 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.interactions.Actions
-
Sends keys to the active element.
- sendKeys(WebElement, CharSequence...) - Method in class org.openqa.selenium.interactions.Actions
-
Equivalent to calling:
Actions.click(element).sendKeys(keysToSend).
This method is different from
WebElement.sendKeys(CharSequence...)
- see
Actions.sendKeys(CharSequence...)
for details how.
- sendKeys(CharSequence...) - Method in class org.openqa.selenium.remote.RemoteKeyboard
-
- sendKeys(String) - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteAlert
-
- sendKeys(CharSequence...) - Method in class org.openqa.selenium.remote.RemoteWebElement
-
- SendKeysAction - Class in org.openqa.selenium.interactions
-
Sending a sequence of keys to an element.
- SendKeysAction(Keyboard, Mouse, Locatable, CharSequence...) - Constructor for class org.openqa.selenium.interactions.SendKeysAction
-
- SendKeysAction(Keyboard, Mouse, CharSequence...) - Constructor for class org.openqa.selenium.interactions.SendKeysAction
-
- SERVER - Static variable in class org.openqa.selenium.logging.LogType
-
This log type pertains to logs from the remote server.
- service - Variable in class org.openqa.selenium.remote.service.DriverCommandExecutor
-
- SESSION_ID_PARAM - Static variable in class org.openqa.selenium.remote.http.JsonHttpCommandCodec
-
- SESSION_NOT_CREATED - Static variable in class org.openqa.selenium.remote.ErrorCodes
-
- sessionId - Variable in class org.openqa.selenium.remote.Command
-
- sessionId - Variable in class org.openqa.selenium.remote.RemoteWebDriver
-
- sessionId - Variable in class org.openqa.selenium.remote.Response
-
- SessionId - Class in org.openqa.selenium.remote
-
- SessionId(String) - Constructor for class org.openqa.selenium.remote.SessionId
-
- SessionLogHandler - Class in org.openqa.selenium.logging
-
- SessionLogHandler() - Constructor for class org.openqa.selenium.logging.SessionLogHandler
-
- SessionLogs - Class in org.openqa.selenium.logging
-
Contains the logs for a session divided by supported log types.
- SessionLogs() - Constructor for class org.openqa.selenium.logging.SessionLogs
-
- SessionNotFoundException - Exception in org.openqa.selenium.remote
-
- SessionNotFoundException() - Constructor for exception org.openqa.selenium.remote.SessionNotFoundException
-
Deprecated.
- SessionNotFoundException(String) - Constructor for exception org.openqa.selenium.remote.SessionNotFoundException
-
Deprecated.
- SessionNotFoundException(String, Throwable) - Constructor for exception org.openqa.selenium.remote.SessionNotFoundException
-
Deprecated.
- 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_ALERT_VALUE_W3C - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- SET_BROWSER_ONLINE - 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
-
- SET_WINDOW_POSITION - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- SET_WINDOW_SIZE - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- setAcceptUntrustedCertificates(boolean) - Method in class org.openqa.selenium.firefox.FirefoxProfile
-
Sets whether Firefox should accept SSL certificates which have expired, signed by an unknown
authority or are generally untrusted.
- setAlwaysLoadNoFocusLib(boolean) - Method in class org.openqa.selenium.firefox.FirefoxProfile
-
Sets whether the no focus library should always be loaded on Linux.
- setAssumeUntrustedCertificateIssuer(boolean) - Method in class org.openqa.selenium.firefox.FirefoxProfile
-
By default, when accepting untrusted SSL certificates, assume that these certificates will come
from an untrusted issuer or will be self signed.
- setAttribute(String, Object) - Method in class org.openqa.selenium.remote.http.HttpMessage
-
- setBrowserName(String) - Method in class org.openqa.selenium.remote.DesiredCapabilities
-
- setCapability(String, boolean) - Method in class org.openqa.selenium.remote.DesiredCapabilities
-
- setCapability(String, String) - Method in class org.openqa.selenium.remote.DesiredCapabilities
-
- setCapability(String, Platform) - Method in class org.openqa.selenium.remote.DesiredCapabilities
-
- setCapability(String, Object) - Method in class org.openqa.selenium.remote.DesiredCapabilities
-
- setCommandExecutor(CommandExecutor) - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- setConnection(ExtensionConnection) - Method in class org.openqa.selenium.firefox.FirefoxDriver.LazyCommandExecutor
-
- setContent(byte[]) - Method in class org.openqa.selenium.remote.http.HttpMessage
-
- setCredentials(Credentials) - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteAlert
-
- setDynamicLibraryPath(String) - Method in class org.openqa.selenium.os.CommandLine
-
- setElementConverter(JsonToWebElementConverter) - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- setEnableNativeEvents(boolean) - Method in class org.openqa.selenium.firefox.FirefoxProfile
-
- setEnvironmentProperty(String, String) - Method in class org.openqa.selenium.firefox.FirefoxBinary
-
- setEnvironmentVariable(String, String) - Method in class org.openqa.selenium.os.CommandLine
-
Adds the specified environment variable.
- setEnvironmentVariable(String, String) - Method in interface org.openqa.selenium.os.OsProcess
-
- setEnvironmentVariable(String, String) - Method in class org.openqa.selenium.os.UnixProcess
-
- setEnvironmentVariable(String, String) - Method in class org.openqa.selenium.os.WindowsProcessGroup
-
- 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.firefox.FirefoxDriver
-
- setFileDetector(FileDetector) - Method in class org.openqa.selenium.firefox.MarionetteDriver
-
Deprecated.
- 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
-
- setHeader(String, String) - Method in class org.openqa.selenium.remote.http.HttpMessage
-
- setId(String) - Method in class org.openqa.selenium.remote.RemoteWebElement
-
- setIncludeServerErrors(boolean) - Method in class org.openqa.selenium.remote.ErrorHandler
-
- SetInformationJobObject(WinNT.HANDLE, int, Pointer, int) - Method in interface org.openqa.selenium.os.Kernel32
-
- setInput(String) - Method in class org.openqa.selenium.os.CommandLine
-
- setInput(String) - Method in interface org.openqa.selenium.os.OsProcess
-
- setInput(String) - Method in class org.openqa.selenium.os.UnixProcess
-
- setInput(String) - Method in class org.openqa.selenium.os.WindowsProcessGroup
-
- 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
-
- setLibraryPath(CommandLine, Map<String, String>) - Method in class org.openqa.selenium.firefox.internal.Executable
-
- setLocalLogs(LocalLogs) - Method in class org.openqa.selenium.firefox.FirefoxDriver.LazyCommandExecutor
-
- setLocalLogs(LocalLogs) - Method in class org.openqa.selenium.firefox.internal.NewProfileExtensionConnection
-
- setLocalLogs(LocalLogs) - Method in interface org.openqa.selenium.logging.NeedsLocalLogs
-
- 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
-
- setOutputWatcher(OutputStream) - Method in class org.openqa.selenium.firefox.FirefoxBinary
-
- 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
-
- setPreference(String, String) - Method in class org.openqa.selenium.firefox.FirefoxProfile
-
Set a preference for this particular profile.
- setPreference(String, boolean) - Method in class org.openqa.selenium.firefox.FirefoxProfile
-
Set a preference for this particular profile.
- setPreference(String, int) - Method in class org.openqa.selenium.firefox.FirefoxProfile
-
Set a preference for this particular profile.
- setPreference(String, Object) - Method in class org.openqa.selenium.firefox.Preferences
-
- setPreference(String, String) - Method in class org.openqa.selenium.firefox.Preferences
-
- setPreference(String, boolean) - Method in class org.openqa.selenium.firefox.Preferences
-
- setPreference(String, int) - Method in class org.openqa.selenium.firefox.Preferences
-
- 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
-
- setTimeout(long) - Method in class org.openqa.selenium.firefox.FirefoxBinary
-
- setupService(int) - Method in class org.openqa.selenium.firefox.MarionetteDriver
-
Deprecated.
- 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
-
- setWorkingDirectory(File) - Method in interface org.openqa.selenium.os.OsProcess
-
- setWorkingDirectory(File) - Method in class org.openqa.selenium.os.UnixProcess
-
- setWorkingDirectory(File) - Method in class org.openqa.selenium.os.WindowsProcessGroup
-
- shouldLoadNoFocusLib() - Method in class org.openqa.selenium.firefox.FirefoxProfile
-
Returns whether the no focus library should be loaded for Firefox profiles launched on Linux,
even if native events are disabled.
- shouldReap() - Method in class org.openqa.selenium.io.TemporaryFilesystem
-
Returns true if we should be reaping profiles.
- shutdownHook - Variable in class org.openqa.selenium.io.TemporaryFilesystem
-
- SimplePropertyDescriptor - Class in org.openqa.selenium.remote
-
- SimplePropertyDescriptor() - Constructor for class org.openqa.selenium.remote.SimplePropertyDescriptor
-
- SimplePropertyDescriptor(String, Method, Method) - Constructor for class org.openqa.selenium.remote.SimplePropertyDescriptor
-
- SingleKeyAction - Class in org.openqa.selenium.interactions.internal
-
Used both by KeyDownAction and KeyUpAction
- SingleKeyAction(Keyboard, Mouse, Keys) - Constructor for class org.openqa.selenium.interactions.internal.SingleKeyAction
-
- SingleKeyAction(Keyboard, Mouse, Locatable, Keys) - Constructor for class org.openqa.selenium.interactions.internal.SingleKeyAction
-
- singleTap(WebElement) - Method in class org.openqa.selenium.interactions.touch.TouchActions
-
Allows the execution of single tap on the screen, analogous to click using a Mouse.
- singleTap(Coordinates) - Method in class org.openqa.selenium.remote.RemoteTouchScreen
-
- SingleTapAction - Class in org.openqa.selenium.interactions.touch
-
Creates a single tap gesture on a touch screen
- SingleTapAction(TouchScreen, Locatable) - Constructor for class org.openqa.selenium.interactions.touch.SingleTapAction
-
- size() - Method in class org.openqa.selenium.remote.html5.RemoteLocalStorage
-
- size() - Method in class org.openqa.selenium.remote.html5.RemoteSessionStorage
-
- speed - Variable in class org.openqa.selenium.interactions.touch.FlickAction
-
- SPEED_FAST - Static variable in class org.openqa.selenium.interactions.touch.FlickAction
-
- SPEED_NORMAL - Static variable in class org.openqa.selenium.interactions.touch.FlickAction
-
- STACK_TRACE - Static variable in class org.openqa.selenium.remote.ErrorHandler
-
- STALE_ELEMENT_REFERENCE - Static variable in class org.openqa.selenium.remote.ErrorCodes
-
- start() - Method in interface org.openqa.selenium.firefox.ExtensionConnection
-
Establishes a connection to the extension.
- start() - Method in class org.openqa.selenium.firefox.internal.NewProfileExtensionConnection
-
- start - Variable in class org.openqa.selenium.io.CircularOutputStream
-
- start(Process) - Method in class org.openqa.selenium.os.UnixProcess.SeleniumWatchDog
-
- 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
-
- startClient(Capabilities, Capabilities) - Method in class org.openqa.selenium.firefox.FirefoxDriver
-
- startClient() - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- startClient(Capabilities, Capabilities) - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- startFirefoxProcess(CommandLine) - Method in class org.openqa.selenium.firefox.FirefoxBinary
-
- starting - Variable in class org.openqa.selenium.os.UnixProcess.SeleniumWatchDog
-
- startProfile(FirefoxProfile, File, String...) - Method in class org.openqa.selenium.firefox.FirefoxBinary
-
- startSession(Capabilities) - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- startSession(Capabilities, Capabilities) - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- state - Variable in class org.openqa.selenium.remote.Response
-
- stateToStatus - Static variable in class org.openqa.selenium.remote.ErrorCodes
-
- STATUS - Static variable in interface org.openqa.selenium.remote.DriverCommand
-
- status - Variable in class org.openqa.selenium.remote.http.HttpResponse
-
- status - Variable in class org.openqa.selenium.remote.RemoteStatus
-
- status - Variable in class org.openqa.selenium.remote.Response
-
- statusToState - Static variable in class org.openqa.selenium.remote.ErrorCodes
-
- stop() - Method in class org.openqa.selenium.remote.service.DriverService
-
Stops this service is it is currently running.
- stopClient(Capabilities, Capabilities) - Method in class org.openqa.selenium.firefox.FirefoxDriver
-
- stopClient() - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- stopClient(Capabilities, Capabilities) - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
- StoringLocalLogs - Class in org.openqa.selenium.logging
-
LocalLogs instance that has its own storage.
- StoringLocalLogs(Set<String>) - Constructor for class org.openqa.selenium.logging.StoringLocalLogs
-
- stream - Variable in class org.openqa.selenium.firefox.FirefoxBinary
-
- Streams - Class in org.openqa.selenium.firefox.internal
-
- Streams() - Constructor for class org.openqa.selenium.firefox.internal.Streams
-
- 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
-
- suffix - Variable in class org.openqa.selenium.io.FileHandler.FileSuffixFilter
-
- 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
-
- SYSTEM_BINARY - Static variable in class org.openqa.selenium.firefox.internal.Executable
-
- sysTemp - Static variable in class org.openqa.selenium.io.TemporaryFilesystem
-
- SystemProperty() - Constructor for class org.openqa.selenium.firefox.FirefoxDriver.SystemProperty
-