Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- ABORTED - Enum constant in enum class org.openqa.selenium.remote.tracing.Status.Kind
- ABORTED - Static variable in class org.openqa.selenium.remote.tracing.Status
- AbstractDriverOptions<DO extends AbstractDriverOptions<DO>> - Class in org.openqa.selenium.remote
- AbstractDriverOptions() - Constructor for class org.openqa.selenium.remote.AbstractDriverOptions
- AbstractHttpCommandCodec - Class in org.openqa.selenium.remote.codec
-
A command codec that adheres to the W3C's WebDriver wire protocol.
- AbstractHttpCommandCodec() - Constructor for class org.openqa.selenium.remote.codec.AbstractHttpCommandCodec
- AbstractHttpCommandCodec.CommandSpec - Class in org.openqa.selenium.remote.codec
- AbstractHttpResponseCodec - Class in org.openqa.selenium.remote.codec
-
A response codec usable as a base for both the JSON and W3C wire protocols.
- AbstractHttpResponseCodec() - Constructor for class org.openqa.selenium.remote.codec.AbstractHttpResponseCodec
- ACCEPT_ALERT - Static variable in interface org.openqa.selenium.remote.DriverCommand
- ACCEPT_INSECURE_CERTS - Static variable in interface org.openqa.selenium.remote.CapabilityType
- acceptInsecureCerts() - Method in class org.openqa.selenium.remote.DesiredCapabilities
- acceptLanguage() - Method in class org.openqa.selenium.devtools.idealized.Network.UserAgent
- acceptLanguage(String) - Method in class org.openqa.selenium.devtools.idealized.Network.UserAgent
- ACTIONS - Static variable in interface org.openqa.selenium.remote.DriverCommand
- ACTIONS(Collection<Sequence>) - Static method in interface org.openqa.selenium.remote.DriverCommand
- activate() - Method in class org.openqa.selenium.bidi.browsingcontext.BrowsingContext
- activeElement() - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteTargetLocator
- ADD_COOKIE - Static variable in interface org.openqa.selenium.remote.DriverCommand
- ADD_COOKIE(Cookie) - Static method in interface org.openqa.selenium.remote.DriverCommand
- ADD_CREDENTIAL - Static variable in interface org.openqa.selenium.remote.DriverCommand
- ADD_VIRTUAL_AUTHENTICATOR - Static variable in interface org.openqa.selenium.remote.DriverCommand
- addAdditionalCommand(String, CommandInfo) - Method in class org.openqa.selenium.remote.HttpCommandExecutor
-
Adds or updates additional commands.
- addAlternative(Capabilities) - Method in class org.openqa.selenium.remote.RemoteWebDriverBuilder
-
Add to the list of possible configurations that might be asked for.
- addAuthenticationHandler(Predicate<URI>, UsernameAndPassword) - Method in interface org.openqa.selenium.remote.Network
- addAuthenticationHandler(UsernameAndPassword) - Method in interface org.openqa.selenium.remote.Network
- addAuthHandler(Predicate<URI>, Supplier<Credentials>) - Method in class org.openqa.selenium.devtools.idealized.Network
- addBindingCalledListener(Consumer<String>) - Method in class org.openqa.selenium.devtools.idealized.Javascript
- addConsoleListener(Consumer<ConsoleEvent>) - Method in class org.openqa.selenium.devtools.idealized.Events
- addConsoleMessageHandler(Consumer<ConsoleLogEntry>) - Method in interface org.openqa.selenium.remote.Script
- addCookie(Cookie) - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions
- addDomMutationHandler(Consumer<DomMutation>) - Method in interface org.openqa.selenium.remote.Script
- addDriverAugmentation(String, Class<X>, BiFunction<Capabilities, ExecuteMethod, X>) - Method in class org.openqa.selenium.remote.Augmenter
- addDriverAugmentation(Predicate<Capabilities>, Class<X>, BiFunction<Capabilities, ExecuteMethod, X>) - Method in class org.openqa.selenium.remote.Augmenter
- addDriverAugmentation(AugmenterProvider<X>) - Method in class org.openqa.selenium.remote.Augmenter
- addEvent(String) - Method in class org.openqa.selenium.remote.tracing.empty.NullSpan
- addEvent(String) - Method in interface org.openqa.selenium.remote.tracing.Span
- addEvent(String, AttributeMap) - Method in class org.openqa.selenium.remote.tracing.empty.NullSpan
- addEvent(String, AttributeMap) - Method in interface org.openqa.selenium.remote.tracing.Span
- AddHasAuthentication - Class in org.openqa.selenium.remote
- AddHasAuthentication() - Constructor for class org.openqa.selenium.remote.AddHasAuthentication
- AddHasLogEvents - Class in org.openqa.selenium.remote
- AddHasLogEvents() - Constructor for class org.openqa.selenium.remote.AddHasLogEvents
- addIntercept(AddInterceptParameters) - Method in class org.openqa.selenium.bidi.module.Network
- AddInterceptParameters - Class in org.openqa.selenium.bidi.network
- AddInterceptParameters(List<InterceptPhase>) - Constructor for class org.openqa.selenium.bidi.network.AddInterceptParameters
- AddInterceptParameters(InterceptPhase) - Constructor for class org.openqa.selenium.bidi.network.AddInterceptParameters
- AdditionalHttpCommands - Interface in org.openqa.selenium.remote
-
Used to allow a
CommandExecutor
using HTTP to find additional commands that should be supported. - addJavaScriptErrorHandler(Consumer<JavascriptLogEntry>) - Method in interface org.openqa.selenium.remote.Script
- addJavascriptExceptionListener(Consumer<JavascriptException>) - Method in class org.openqa.selenium.devtools.idealized.Events
- addJsBinding(String) - Method in class org.openqa.selenium.devtools.idealized.Javascript
- addListener(String, Event<X>, Consumer<X>) - Method in class org.openqa.selenium.bidi.BiDi
- addListener(Set<String>, Event<X>, Consumer<X>) - Method in class org.openqa.selenium.bidi.BiDi
- addListener(Event<X>, Consumer<X>) - Method in class org.openqa.selenium.bidi.BiDi
- addListener(Event<X>, Consumer<X>) - Method in class org.openqa.selenium.bidi.Connection
- addListener(Event<X>, BiConsumer<Long, X>) - Method in class org.openqa.selenium.devtools.Connection
- addListener(Event<X>, BiConsumer<Long, X>) - Method in class org.openqa.selenium.devtools.DevTools
-
Register a handler to the given event, this handler will receive a sequence number to determinate the order of the data generated by the event.
- addListener(Event<X>, Consumer<X>) - Method in class org.openqa.selenium.devtools.DevTools
-
Register a handler to the given event.
- 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).
- addPreloadScript(String) - Method in class org.openqa.selenium.bidi.module.Script
- addPreloadScript(String, String) - Method in class org.openqa.selenium.bidi.module.Script
- addPreloadScript(String, List<ChannelValue>) - Method in class org.openqa.selenium.bidi.module.Script
- addPreloadScript(String, List<ChannelValue>, String) - Method in class org.openqa.selenium.bidi.module.Script
- addRequestHandler(Predicate<URI>, UnaryOperator<HttpRequest>) - Method in interface org.openqa.selenium.remote.Network
- address(String) - Method in class org.openqa.selenium.remote.RemoteWebDriverBuilder
- address(URI) - Method in class org.openqa.selenium.remote.RemoteWebDriverBuilder
-
Set the URI of the remote server.
- address(URL) - Method in class org.openqa.selenium.remote.RemoteWebDriverBuilder
- addScriptToEvaluateOnNewDocument(String) - Method in class org.openqa.selenium.devtools.idealized.Javascript
- addVirtualAuthenticator(VirtualAuthenticatorOptions) - Method in class org.openqa.selenium.remote.RemoteWebDriver
- AddWebDriverSpecHeaders - Class in org.openqa.selenium.remote
- AddWebDriverSpecHeaders() - Constructor for class org.openqa.selenium.remote.AddWebDriverSpecHeaders
- AddWebStorage - Class in org.openqa.selenium.remote.html5
-
Deprecated.
- AddWebStorage() - Constructor for class org.openqa.selenium.remote.html5.AddWebStorage
-
Deprecated.
- AFTER - Enum constant in enum class org.openqa.selenium.remote.RemoteWebDriver.When
- afterCall(Method, Object, Object[]) - Method in interface org.openqa.selenium.support.decorators.Decorated
- afterCall(Method, Object, Object[]) - Method in class org.openqa.selenium.support.decorators.DefaultDecorated
- afterCall(Decorated<?>, Method, Object[], Object) - Method in class org.openqa.selenium.support.decorators.WebDriverDecorator
- alert() - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteTargetLocator
- ALERT - Enum constant in enum class org.openqa.selenium.bidi.browsingcontext.UserPromptType
- alias(String, String) - Method in class org.openqa.selenium.remote.codec.AbstractHttpCommandCodec
- alias(String, String) - Method in interface org.openqa.selenium.remote.CommandCodec
-
Allow commands to have aliases.
- ALL - Enum constant in enum class org.openqa.selenium.bidi.script.SerializationOptions.IncludeShadowTree
- ALREADY_EXISTS - Enum constant in enum class org.openqa.selenium.remote.tracing.Status.Kind
- ALREADY_EXISTS - Static variable in class org.openqa.selenium.remote.tracing.Status
- amendParameters(String, Map<String, ?>) - Method in class org.openqa.selenium.remote.codec.AbstractHttpCommandCodec
- amendParameters(String, Map<String, ?>) - Method in class org.openqa.selenium.remote.codec.w3c.W3CHttpCommandCodec
- apply(Object) - Method in class org.openqa.selenium.remote.JsonToWebElementConverter
- apply(Object) - Method in class org.openqa.selenium.remote.WebElementToJsonConverter
- apply(HttpHandler) - Method in class org.openqa.selenium.remote.AddWebDriverSpecHeaders
- apply(HttpHandler) - Method in class org.openqa.selenium.remote.ErrorFilter
- apply(HttpHandler) - Method in class org.openqa.selenium.remote.tracing.SpanDecorator
- arguments(List<LocalValue>) - Method in class org.openqa.selenium.bidi.script.CallFunctionParameters
- ArrayLocalValue - Class in org.openqa.selenium.bidi.script
- arrayValue(List<LocalValue>) - Static method in class org.openqa.selenium.bidi.script.LocalValue
- asMap() - Method in class org.openqa.selenium.remote.AbstractDriverOptions
- ASYNC_SCRIPT_TIMEOUT - Static variable in class org.openqa.selenium.remote.ErrorCodes
-
Deprecated.
- attachToTarget(TargetID) - Method in interface org.openqa.selenium.devtools.idealized.target.Target
- AttributeKey - Enum Class in org.openqa.selenium.remote.tracing
- AttributeMap - Interface in org.openqa.selenium.remote.tracing
- AUDIO_WORKLET - Enum constant in enum class org.openqa.selenium.bidi.script.RealmType
- augment(WebDriver) - Method in class org.openqa.selenium.remote.Augmenter
-
Enhance the interfaces implemented by this instance of WebDriver if that instance is a
RemoteWebDriver
. - Augmentable - Annotation Interface 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
WebDriver
based on the returnedCapabilities
of the driver. - Augmenter() - Constructor for class org.openqa.selenium.remote.Augmenter
- AugmenterProvider<X> - Interface in org.openqa.selenium.remote
-
Describes and provides an implementation for a particular interface for use with the
Augmenter
. - augmentUsing(Augmenter) - Method in class org.openqa.selenium.remote.RemoteWebDriverBuilder
- AUTH_REQUIRED - Enum constant in enum class org.openqa.selenium.bidi.network.InterceptPhase
- AuthChallenge - Class in org.openqa.selenium.bidi.network
- authenticateAs(UsernameAndPassword) - Method in class org.openqa.selenium.remote.RemoteWebDriverBuilder
- authRequiredEvent() - Method in class org.openqa.selenium.devtools.idealized.Network
B
- back() - Method in class org.openqa.selenium.bidi.browsingcontext.BrowsingContext
- background(boolean) - Method in class org.openqa.selenium.bidi.browsingcontext.CreateContextParameters
- BASE64 - Enum constant in enum class org.openqa.selenium.bidi.network.BytesValue.Type
- BaseLogEntry - Class in org.openqa.selenium.bidi.log
- BaseLogEntry(LogLevel, Source, String, long, StackTrace) - Constructor for class org.openqa.selenium.bidi.log.BaseLogEntry
- BaseParameters - Class in org.openqa.selenium.bidi.network
- BEFORE - Enum constant in enum class org.openqa.selenium.remote.RemoteWebDriver.When
- BEFORE_REQUEST_SENT - Enum constant in enum class org.openqa.selenium.bidi.network.InterceptPhase
- BEFORE_UNLOAD - Enum constant in enum class org.openqa.selenium.bidi.browsingcontext.UserPromptType
- beforeCall(Method, Object[]) - Method in interface org.openqa.selenium.support.decorators.Decorated
- beforeCall(Method, Object[]) - Method in class org.openqa.selenium.support.decorators.DefaultDecorated
- beforeCall(Decorated<?>, Method, Object[]) - Method in class org.openqa.selenium.support.decorators.WebDriverDecorator
- BeforeRequestSent - Class in org.openqa.selenium.bidi.network
- BiDi - Class in org.openqa.selenium.bidi
- BiDi(Connection) - Constructor for class org.openqa.selenium.bidi.BiDi
- BiDiException - Exception in org.openqa.selenium.bidi
- BiDiException(String) - Constructor for exception org.openqa.selenium.bidi.BiDiException
- BiDiException(String, Throwable) - Constructor for exception org.openqa.selenium.bidi.BiDiException
- BiDiException(Throwable) - Constructor for exception org.openqa.selenium.bidi.BiDiException
- BiDiProvider - Class in org.openqa.selenium.bidi
- BiDiProvider() - Constructor for class org.openqa.selenium.bidi.BiDiProvider
- BiDiSessionStatus - Class in org.openqa.selenium.bidi
- BiDiSessionStatus(boolean, String) - Constructor for class org.openqa.selenium.bidi.BiDiSessionStatus
- BIGINT - Enum constant in enum class org.openqa.selenium.bidi.script.PrimitiveType
- bigIntValue(String) - Static method in class org.openqa.selenium.bidi.script.LocalValue
- bindingCalledEvent() - Method in class org.openqa.selenium.devtools.idealized.Javascript
- body(BytesValue) - Method in class org.openqa.selenium.bidi.network.ContinueRequestParameters
- body(BytesValue) - Method in class org.openqa.selenium.bidi.network.ProvideResponseParameters
- BOOLEAN - Enum constant in enum class org.openqa.selenium.bidi.script.PrimitiveType
- booleanValue(boolean) - Static method in class org.openqa.selenium.bidi.script.LocalValue
- BoxClipRectangle - Class in org.openqa.selenium.bidi.browsingcontext
- BoxClipRectangle(double, double, double, double) - Constructor for class org.openqa.selenium.bidi.browsingcontext.BoxClipRectangle
- Browser - Class in org.openqa.selenium.bidi.module
- Browser - Interface in org.openqa.selenium.remote
-
Used to identify a browser based on its name.
- Browser(WebDriver) - Constructor for class org.openqa.selenium.bidi.module.Browser
- BROWSER_NAME - Static variable in interface org.openqa.selenium.remote.CapabilityType
- BROWSER_VERSION - Static variable in interface org.openqa.selenium.remote.CapabilityType
- BrowserContextID - Class in org.openqa.selenium.devtools.idealized.browser.model
- BrowserContextID(String) - Constructor for class org.openqa.selenium.devtools.idealized.browser.model.BrowserContextID
- browserName() - Method in interface org.openqa.selenium.remote.Browser
- BrowsingContext - Class in org.openqa.selenium.bidi.browsingcontext
- BrowsingContext(WebDriver, String) - Constructor for class org.openqa.selenium.bidi.browsingcontext.BrowsingContext
- BrowsingContext(WebDriver, CreateContextParameters) - Constructor for class org.openqa.selenium.bidi.browsingcontext.BrowsingContext
- BrowsingContext(WebDriver, WindowType) - Constructor for class org.openqa.selenium.bidi.browsingcontext.BrowsingContext
- BrowsingContext(WebDriver, WindowType, String) - Constructor for class org.openqa.selenium.bidi.browsingcontext.BrowsingContext
-
Deprecated.
- BrowsingContextInfo - Class in org.openqa.selenium.bidi.browsingcontext
- BrowsingContextInfo(String, String, List<BrowsingContextInfo>, String) - Constructor for class org.openqa.selenium.bidi.browsingcontext.BrowsingContextInfo
- BrowsingContextInspector - Class in org.openqa.selenium.bidi.module
- BrowsingContextInspector(String, WebDriver) - Constructor for class org.openqa.selenium.bidi.module.BrowsingContextInspector
- BrowsingContextInspector(Set<String>, WebDriver) - Constructor for class org.openqa.selenium.bidi.module.BrowsingContextInspector
- BrowsingContextInspector(WebDriver) - Constructor for class org.openqa.selenium.bidi.module.BrowsingContextInspector
- BrowsingContextPartitionDescriptor - Class in org.openqa.selenium.bidi.storage
- BrowsingContextPartitionDescriptor(String) - Constructor for class org.openqa.selenium.bidi.storage.BrowsingContextPartitionDescriptor
- 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.
- build() - Method in class org.openqa.selenium.remote.tracing.opentelemetry.OpenTelemetryAttributeMap
- builder() - Static method in class org.openqa.selenium.remote.RemoteWebDriver
- Builder() - Constructor for class org.openqa.selenium.remote.service.DriverService.Builder
- BYPASS - Enum constant in enum class org.openqa.selenium.bidi.network.CacheBehavior
- BytesValue - Class in org.openqa.selenium.bidi.network
- BytesValue(BytesValue.Type, String) - Constructor for class org.openqa.selenium.bidi.network.BytesValue
- BytesValue.Type - Enum Class in org.openqa.selenium.bidi.network
C
- CacheBehavior - Enum Class in org.openqa.selenium.bidi.network
- call(Method, Object[]) - Method in interface org.openqa.selenium.support.decorators.Decorated
- call(Method, Object[]) - Method in class org.openqa.selenium.support.decorators.DefaultDecorated
- call(Decorated<?>, Method, Object[]) - Method in class org.openqa.selenium.support.decorators.WebDriverDecorator
- callFunction(CallFunctionParameters) - Method in class org.openqa.selenium.bidi.module.Script
- callFunctionInBrowsingContext(String, String, boolean, Optional<List<LocalValue>>, Optional<LocalValue>, Optional<ResultOwnership>) - Method in class org.openqa.selenium.bidi.module.Script
- callFunctionInBrowsingContext(String, String, String, boolean, Optional<List<LocalValue>>, Optional<LocalValue>, Optional<ResultOwnership>) - Method in class org.openqa.selenium.bidi.module.Script
- callFunctionInRealm(String, String, boolean, Optional<List<LocalValue>>, Optional<LocalValue>, Optional<ResultOwnership>) - Method in class org.openqa.selenium.bidi.module.Script
- CallFunctionParameters - Class in org.openqa.selenium.bidi.script
- CallFunctionParameters(Target, String, boolean) - Constructor for class org.openqa.selenium.bidi.script.CallFunctionParameters
- CANCEL_DIALOG - Static variable in interface org.openqa.selenium.remote.DriverCommand
- cancelAuth(AUTHREQUIRED) - Method in class org.openqa.selenium.devtools.idealized.Network
- cancelAuth(String) - Method in class org.openqa.selenium.bidi.module.Network
- CANCELLED - Enum constant in enum class org.openqa.selenium.remote.tracing.Status.Kind
- CANCELLED - Static variable in class org.openqa.selenium.remote.tracing.Status
- capabilities - Variable in class org.openqa.selenium.remote.RemoteWebDriver
- CAPABILITIES - Static variable in class org.openqa.selenium.remote.RemoteTags
- CAPABILITIES_EVENT - Static variable in class org.openqa.selenium.remote.RemoteTags
- CapabilityType - Interface in org.openqa.selenium.remote
-
Commonly seen remote webdriver capabilities.
- captureBoxScreenshot(double, double, double, double) - Method in class org.openqa.selenium.bidi.browsingcontext.BrowsingContext
- captureElementScreenshot(String) - Method in class org.openqa.selenium.bidi.browsingcontext.BrowsingContext
- captureElementScreenshot(String, String) - Method in class org.openqa.selenium.bidi.browsingcontext.BrowsingContext
- captureScreenshot() - Method in class org.openqa.selenium.bidi.browsingcontext.BrowsingContext
- captureScreenshot(CaptureScreenshotParameters) - Method in class org.openqa.selenium.bidi.browsingcontext.BrowsingContext
- CaptureScreenshotParameters - Class in org.openqa.selenium.bidi.browsingcontext
- CaptureScreenshotParameters() - Constructor for class org.openqa.selenium.bidi.browsingcontext.CaptureScreenshotParameters
- CaptureScreenshotParameters.Origin - Enum Class in org.openqa.selenium.bidi.browsingcontext
- CdpEndpointFinder - Class in org.openqa.selenium.devtools
- CdpEndpointFinder() - Constructor for class org.openqa.selenium.devtools.CdpEndpointFinder
- CdpEventTypes - Class in org.openqa.selenium.devtools.events
- CdpInfo - Class in org.openqa.selenium.devtools
- CdpInfo(int, Function<DevTools, Domains>) - Constructor for class org.openqa.selenium.devtools.CdpInfo
- CdpVersionFinder - Class in org.openqa.selenium.devtools
- CdpVersionFinder() - Constructor for class org.openqa.selenium.devtools.CdpVersionFinder
- CdpVersionFinder(int, Collection<CdpInfo>) - Constructor for class org.openqa.selenium.devtools.CdpVersionFinder
- channelValue(String) - Static method in class org.openqa.selenium.bidi.script.LocalValue
- channelValue(String, SerializationOptions) - Static method in class org.openqa.selenium.bidi.script.LocalValue
- channelValue(String, SerializationOptions, ResultOwnership) - Static method in class org.openqa.selenium.bidi.script.LocalValue
- ChannelValue - Class in org.openqa.selenium.bidi.script
- ChannelValue(String) - Constructor for class org.openqa.selenium.bidi.script.ChannelValue
- ChannelValue(String, ResultOwnership) - Constructor for class org.openqa.selenium.bidi.script.ChannelValue
- ChannelValue(String, SerializationOptions) - Constructor for class org.openqa.selenium.bidi.script.ChannelValue
- CHROME - Static variable in interface org.openqa.selenium.remote.Browser
- clear() - Method in interface org.openqa.selenium.devtools.idealized.log.Log
- clear() - Method in class org.openqa.selenium.remote.html5.RemoteLocalStorage
-
Deprecated.
- clear() - Method in class org.openqa.selenium.remote.html5.RemoteSessionStorage
-
Deprecated.
- 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_ELEMENT(String) - Static method 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
- clearAuthenticationHandlers() - Method in interface org.openqa.selenium.remote.Network
- clearListener(Event<X>) - Method in class org.openqa.selenium.bidi.BiDi
- clearListener(Event<X>) - Method in class org.openqa.selenium.bidi.Connection
- clearListeners() - Method in class org.openqa.selenium.bidi.BiDi
- clearListeners() - Method in class org.openqa.selenium.bidi.Connection
- clearListeners() - Method in class org.openqa.selenium.devtools.Connection
- clearListeners() - Method in class org.openqa.selenium.devtools.DevTools
- clearRequestHandlers() - Method in interface org.openqa.selenium.remote.Network
- click() - Method in class org.openqa.selenium.remote.RemoteWebElement
- CLICK_DIALOG - Static variable in interface org.openqa.selenium.remote.DriverCommand
- CLICK_ELEMENT - Static variable in interface org.openqa.selenium.remote.DriverCommand
- CLICK_ELEMENT(String) - Static method in interface org.openqa.selenium.remote.DriverCommand
- client - Variable in class org.openqa.selenium.remote.HttpCommandExecutor
- CLIENT - Enum constant in enum class org.openqa.selenium.remote.tracing.Span.Kind
- clipRectangle(ClipRectangle) - Method in class org.openqa.selenium.bidi.browsingcontext.CaptureScreenshotParameters
- ClipRectangle - Class in org.openqa.selenium.bidi.browsingcontext
- close() - Method in class org.openqa.selenium.bidi.BiDi
- close() - Method in class org.openqa.selenium.bidi.browsingcontext.BrowsingContext
- close() - Method in class org.openqa.selenium.bidi.Connection
- close() - Method in class org.openqa.selenium.bidi.module.BrowsingContextInspector
- close() - Method in class org.openqa.selenium.bidi.module.LogInspector
- close() - Method in class org.openqa.selenium.bidi.module.Network
- close() - Method in class org.openqa.selenium.bidi.module.Script
- close() - Method in class org.openqa.selenium.devtools.Connection
- close() - Method in class org.openqa.selenium.devtools.DevTools
- close() - Method in class org.openqa.selenium.devtools.NetworkInterceptor
- close() - Method in class org.openqa.selenium.remote.NewSessionPayload
- close() - Method in class org.openqa.selenium.remote.RemoteWebDriver
- close() - Method in class org.openqa.selenium.remote.service.DriverCommandExecutor
- close() - Method in class org.openqa.selenium.remote.service.DriverService
- close() - Method in class org.openqa.selenium.remote.tracing.empty.NullSpan
- close() - Method in interface org.openqa.selenium.remote.tracing.Span
- close() - Method in class org.openqa.selenium.remote.tracing.TracedHttpClient
- CLOSE - Static variable in interface org.openqa.selenium.remote.DriverCommand
- Command<X> - Class in org.openqa.selenium.bidi
- Command<X> - Class in org.openqa.selenium.devtools
- Command - Class in org.openqa.selenium.remote
- Command(String, Map<String, Object>) - Constructor for class org.openqa.selenium.bidi.Command
- Command(String, Map<String, Object>) - Constructor for class org.openqa.selenium.devtools.Command
- Command(String, Map<String, Object>, Type) - Constructor for class org.openqa.selenium.bidi.Command
- Command(String, Map<String, Object>, Type) - Constructor for class org.openqa.selenium.devtools.Command
- Command(String, Map<String, Object>, Function<JsonInput, X>) - Constructor for class org.openqa.selenium.bidi.Command
- Command(String, Map<String, Object>, Function<JsonInput, X>) - Constructor for class org.openqa.selenium.devtools.Command
- Command(String, Map<String, Object>, Function<JsonInput, X>, boolean) - Constructor for class org.openqa.selenium.bidi.Command
- Command(SessionId, String) - Constructor for class org.openqa.selenium.remote.Command
- Command(SessionId, String, Map<String, ?>) - Constructor for class org.openqa.selenium.remote.Command
- Command(SessionId, CommandPayload) - Constructor for class org.openqa.selenium.remote.Command
- commandCodec - Variable in class org.openqa.selenium.remote.HttpCommandExecutor
- 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
- CommandPayload - Class in org.openqa.selenium.remote
- CommandPayload(String, Map<String, ?>) - Constructor for class org.openqa.selenium.remote.CommandPayload
- compareTo(CdpInfo) - Method in class org.openqa.selenium.devtools.CdpInfo
- COMPLETE - Enum constant in enum class org.openqa.selenium.bidi.browsingcontext.ReadinessState
- config(ClientConfig) - Method in class org.openqa.selenium.remote.RemoteWebDriverBuilder
-
Allows precise control of the
ClientConfig
to use with remote instances. - CONFIRM - Enum constant in enum class org.openqa.selenium.bidi.browsingcontext.UserPromptType
- Connection - Class in org.openqa.selenium.bidi
- Connection - Class in org.openqa.selenium.devtools
- Connection(HttpClient, String) - Constructor for class org.openqa.selenium.bidi.Connection
- Connection(HttpClient, String) - Constructor for class org.openqa.selenium.devtools.Connection
- consoleEvent() - Method in class org.openqa.selenium.devtools.idealized.Events
- consoleEvent(Consumer<ConsoleEvent>) - Static method in class org.openqa.selenium.devtools.events.CdpEventTypes
- ConsoleEvent - Class in org.openqa.selenium.devtools.events
- ConsoleEvent(String, Instant, List<Object>, Object...) - Constructor for class org.openqa.selenium.devtools.events.ConsoleEvent
- ConsoleLogEntry - Class in org.openqa.selenium.bidi.log
- ConsoleLogEntry(LogLevel, Source, String, long, String, String, List<RemoteValue>, StackTrace) - Constructor for class org.openqa.selenium.bidi.log.ConsoleLogEntry
- CONSUMER - Enum constant in enum class org.openqa.selenium.remote.tracing.Span.Kind
- ContextTarget - Class in org.openqa.selenium.bidi.script
- ContextTarget(String) - Constructor for class org.openqa.selenium.bidi.script.ContextTarget
- ContextTarget(String, String) - Constructor for class org.openqa.selenium.bidi.script.ContextTarget
- continueRequest(ContinueRequestParameters) - Method in class org.openqa.selenium.bidi.module.Network
- continueRequest(REQUESTPAUSED, HttpRequest) - Method in class org.openqa.selenium.devtools.idealized.Network
- ContinueRequestParameters - Class in org.openqa.selenium.bidi.network
- ContinueRequestParameters(String) - Constructor for class org.openqa.selenium.bidi.network.ContinueRequestParameters
- continueResponse(ContinueResponseParameters) - Method in class org.openqa.selenium.bidi.module.Network
- ContinueResponseParameters - Class in org.openqa.selenium.bidi.network
- ContinueResponseParameters(String) - Constructor for class org.openqa.selenium.bidi.network.ContinueResponseParameters
- continueWithAuth(AUTHREQUIRED, UsernameAndPassword) - Method in class org.openqa.selenium.devtools.idealized.Network
- continueWithAuth(String, UsernameAndPassword) - Method in class org.openqa.selenium.bidi.module.Network
- continueWithAuthNoCredentials(String) - Method in class org.openqa.selenium.bidi.module.Network
- continueWithoutModification(REQUESTPAUSED) - Method in class org.openqa.selenium.devtools.idealized.Network
- ConverterFunctions - Class in org.openqa.selenium.bidi
- ConverterFunctions - Class in org.openqa.selenium.devtools
- ConverterFunctions() - Constructor for class org.openqa.selenium.devtools.ConverterFunctions
- convertFromCdpHttpMethod(String) - Method in class org.openqa.selenium.devtools.idealized.Network
- convertFromCdpHttpMethod(String) - Method in class org.openqa.selenium.devtools.NetworkInterceptor
- Cookie - Class in org.openqa.selenium.bidi.network
- Cookie(String, BytesValue, String, String, long, boolean, boolean, Cookie.SameSite, Optional<Long>) - Constructor for class org.openqa.selenium.bidi.network.Cookie
- Cookie.SameSite - Enum Class in org.openqa.selenium.bidi.network
- CookieFilter - Class in org.openqa.selenium.bidi.storage
- CookieFilter() - Constructor for class org.openqa.selenium.bidi.storage.CookieFilter
- cookies(List<Header>) - Method in class org.openqa.selenium.bidi.network.ContinueRequestParameters
- cookies(List<SetCookieHeader>) - Method in class org.openqa.selenium.bidi.network.ContinueResponseParameters
- cookies(List<SetCookieHeader>) - Method in class org.openqa.selenium.bidi.network.ProvideResponseParameters
- create(Collection<Capabilities>) - Static method in class org.openqa.selenium.remote.NewSessionPayload
- create(Map<String, ?>) - Static method in class org.openqa.selenium.remote.NewSessionPayload
- create(Capabilities) - Static method in class org.openqa.selenium.devtools.SeleniumCdpConnection
- create(Capabilities) - Static method in class org.openqa.selenium.remote.NewSessionPayload
- create(Contents.Supplier) - Static method in class org.openqa.selenium.remote.NewSessionPayload
- create(HttpClient.Factory, Capabilities) - Static method in class org.openqa.selenium.devtools.SeleniumCdpConnection
- create(WebDriver) - Static method in class org.openqa.selenium.devtools.SeleniumCdpConnection
- createArgs() - Method in class org.openqa.selenium.remote.service.DriverService.Builder
- createAttributeMap() - Method in class org.openqa.selenium.remote.tracing.empty.NullTracer
- createAttributeMap() - Method in class org.openqa.selenium.remote.tracing.opentelemetry.OpenTelemetryTracer
- createAttributeMap() - Method in interface org.openqa.selenium.remote.tracing.Tracer
- createBy(Object) - Method in interface org.openqa.selenium.remote.locators.CustomLocator
- createClient(URL) - Method in class org.openqa.selenium.remote.tracing.TracedHttpClient.Factory
- createClient(ClientConfig) - Method in class org.openqa.selenium.remote.tracing.TracedHttpClient.Factory
- CreateContextParameters - Class in org.openqa.selenium.bidi.browsingcontext
- CreateContextParameters(WindowType) - Constructor for class org.openqa.selenium.bidi.browsingcontext.CreateContextParameters
- createDecorated(Alert) - Method in class org.openqa.selenium.support.decorators.WebDriverDecorator
- createDecorated(VirtualAuthenticator) - Method in class org.openqa.selenium.support.decorators.WebDriverDecorator
- createDecorated(WebDriver.Navigation) - Method in class org.openqa.selenium.support.decorators.WebDriverDecorator
- createDecorated(WebDriver.Options) - Method in class org.openqa.selenium.support.decorators.WebDriverDecorator
- createDecorated(WebDriver.TargetLocator) - Method in class org.openqa.selenium.support.decorators.WebDriverDecorator
- createDecorated(WebDriver.Timeouts) - Method in class org.openqa.selenium.support.decorators.WebDriverDecorator
- createDecorated(WebDriver.Window) - Method in class org.openqa.selenium.support.decorators.WebDriverDecorator
- createDecorated(WebElement) - Method in class org.openqa.selenium.support.decorators.WebDriverDecorator
- createDecorated(T) - Method in class org.openqa.selenium.support.decorators.WebDriverDecorator
- createDefault() - Static method in class org.openqa.selenium.remote.ErrorCodec
- createDriverService(File, int, Duration, List<String>, Map<String, String>) - Method in class org.openqa.selenium.remote.service.DriverService.Builder
- createHttpRequest(String, String, Map<String, Object>, Optional<String>) - Method in class org.openqa.selenium.devtools.idealized.Network
- createHttpRequest(String, String, Map<String, Object>, Optional<String>) - Method in class org.openqa.selenium.devtools.NetworkInterceptor
- createHttpResponse(Optional<Integer>, String, Boolean, List<Map.Entry<String, String>>) - Method in class org.openqa.selenium.devtools.idealized.Network
- createProxy(Decorated<Z>, Class<? extends Z>) - Method in class org.openqa.selenium.support.decorators.WebDriverDecorator
- createProxyFactory(WebDriverDecorator.Definition, Decorated<Z>, Class<? extends Z>) - Method in class org.openqa.selenium.support.decorators.WebDriverDecorator
- createResponse() - Method in class org.openqa.selenium.remote.ProtocolHandshake.Result
- createSeMessages(REQUESTPAUSED) - Method in class org.openqa.selenium.devtools.idealized.Network
- createSession() - Method in class org.openqa.selenium.devtools.DevTools
- createSession(String) - Method in class org.openqa.selenium.devtools.DevTools
-
Create CDP session on given window/tab (aka target).
- createSession(HttpHandler, Command) - Method in class org.openqa.selenium.remote.ProtocolHandshake
- createSession(HttpHandler, NewSessionPayload) - Method in class org.openqa.selenium.remote.ProtocolHandshake
- createSessionIfThereIsNotOne() - Method in class org.openqa.selenium.devtools.DevTools
- createSessionIfThereIsNotOne(String) - Method in class org.openqa.selenium.devtools.DevTools
- createSpan(String) - Method in class org.openqa.selenium.remote.tracing.empty.NullContext
- createSpan(String) - Method in class org.openqa.selenium.remote.tracing.opentelemetry.OpenTelemetryContext
- createSpan(String) - Method in interface org.openqa.selenium.remote.tracing.TraceContext
- createUserContext() - Method in class org.openqa.selenium.bidi.module.Browser
- credentials(UsernameAndPassword) - Method in class org.openqa.selenium.bidi.network.ContinueResponseParameters
- css(String) - Static method in class org.openqa.selenium.bidi.browsingcontext.Locator
- CustomLocator - Interface in org.openqa.selenium.remote.locators
-
Allows servers to add additional locator strategies to the Selenium Server.
D
- DATABASE_CONNECTION_STRING - Enum constant in enum class org.openqa.selenium.remote.tracing.AttributeKey
- DATABASE_OPERATION - Enum constant in enum class org.openqa.selenium.remote.tracing.AttributeKey
- DATABASE_STATEMENT - Enum constant in enum class org.openqa.selenium.remote.tracing.AttributeKey
- DATABASE_SYSTEM - Enum constant in enum class org.openqa.selenium.remote.tracing.AttributeKey
- DATABASE_USER - Enum constant in enum class org.openqa.selenium.remote.tracing.AttributeKey
- DateLocalValue - Class in org.openqa.selenium.bidi.script
- dateValue(String) - Static method in class org.openqa.selenium.bidi.script.LocalValue
- DEADLINE_EXCEEDED - Enum constant in enum class org.openqa.selenium.remote.tracing.Status.Kind
- DEADLINE_EXCEEDED - Static variable in class org.openqa.selenium.remote.tracing.Status
- DEBUG - Enum constant in enum class org.openqa.selenium.bidi.log.LogLevel
- decode(Map<String, Object>) - Method in class org.openqa.selenium.remote.ErrorCodec
- decode(HttpRequest) - Method in class org.openqa.selenium.remote.codec.AbstractHttpCommandCodec
- decode(HttpResponse) - Method in class org.openqa.selenium.remote.codec.AbstractHttpResponseCodec
- decode(HttpResponse) - Method in class org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec
- decode(T) - Method in interface org.openqa.selenium.remote.CommandCodec
-
Decodes a command.
- decode(T) - Method in interface org.openqa.selenium.remote.ResponseCodec
-
Decodes a response.
- decorate(T) - Method in class org.openqa.selenium.support.decorators.WebDriverDecorator
- Decorated<T> - Interface in org.openqa.selenium.support.decorators
- DEDICATED_WORKER - Enum constant in enum class org.openqa.selenium.bidi.script.RealmType
- DEFAULT - Enum constant in enum class org.openqa.selenium.bidi.network.CacheBehavior
- DEFAULT_TIMEOUT - Static variable in class org.openqa.selenium.remote.service.DriverService
- defaultContent() - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteTargetLocator
- DefaultDecorated<T> - Class in org.openqa.selenium.support.decorators
- DefaultDecorated(T, WebDriverDecorator<?>) - Constructor for class org.openqa.selenium.support.decorators.DefaultDecorated
- defineCommand(String, AbstractHttpCommandCodec.CommandSpec) - Method in class org.openqa.selenium.remote.codec.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. - defineCommand(String, HttpMethod, String) - Method in class org.openqa.selenium.remote.codec.AbstractHttpCommandCodec
-
Defines a new command mapping.
- defineCommand(String, HttpMethod, String) - Method in interface org.openqa.selenium.remote.CommandCodec
-
Enhance this command codec with additional commands.
- Definition(Decorated<?>) - Constructor for class org.openqa.selenium.support.decorators.WebDriverDecorator.Definition
- delete(String) - Static method in class org.openqa.selenium.remote.codec.AbstractHttpCommandCodec
- DELETE_ALL_COOKIES - Static variable in interface org.openqa.selenium.remote.DriverCommand
- DELETE_COOKIE - Static variable in interface org.openqa.selenium.remote.DriverCommand
- DELETE_COOKIE(String) - Static method in interface org.openqa.selenium.remote.DriverCommand
- DELETE_DOWNLOADABLE_FILES - Static variable in interface org.openqa.selenium.remote.DriverCommand
- deleteAllCookies() - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions
- deleteCookie(Cookie) - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions
- deleteCookieNamed(String) - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions
- deleteCookies(DeleteCookiesParameters) - Method in class org.openqa.selenium.bidi.module.Storage
- DeleteCookiesParameters - Class in org.openqa.selenium.bidi.storage
- DeleteCookiesParameters(CookieFilter) - Constructor for class org.openqa.selenium.bidi.storage.DeleteCookiesParameters
- DeleteCookiesParameters(CookieFilter, PartitionDescriptor) - Constructor for class org.openqa.selenium.bidi.storage.DeleteCookiesParameters
- DeleteCookiesParameters(PartitionDescriptor) - Constructor for class org.openqa.selenium.bidi.storage.DeleteCookiesParameters
- deleteDownloadableFiles() - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
Deletes all downloadable files.
- DesiredCapabilities - Class in org.openqa.selenium.remote
- DesiredCapabilities() - Constructor for class org.openqa.selenium.remote.DesiredCapabilities
- DesiredCapabilities(String, String, Platform) - 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
- detached() - Method in interface org.openqa.selenium.devtools.idealized.target.Target
- detachFromTarget(Optional<SessionID>, Optional<TargetID>) - Method in interface org.openqa.selenium.devtools.idealized.target.Target
-
Detaches session with given id.
- devTools - Variable in class org.openqa.selenium.devtools.idealized.Network
- DevTools - Class in org.openqa.selenium.devtools
- DevTools(Function<DevTools, Domains>, Connection) - Constructor for class org.openqa.selenium.devtools.DevTools
- DevToolsException - Exception in org.openqa.selenium.devtools
- DevToolsException(String) - Constructor for exception org.openqa.selenium.devtools.DevToolsException
- DevToolsException(String, Throwable) - Constructor for exception org.openqa.selenium.devtools.DevToolsException
- DevToolsException(Throwable) - Constructor for exception org.openqa.selenium.devtools.DevToolsException
- DevToolsProvider - Class in org.openqa.selenium.devtools
- DevToolsProvider() - Constructor for class org.openqa.selenium.devtools.DevToolsProvider
- Dialect - Enum Class in org.openqa.selenium.remote
- disable() - Method in class org.openqa.selenium.devtools.idealized.Events
- disable() - Method in class org.openqa.selenium.devtools.idealized.Javascript
- disable() - Method in class org.openqa.selenium.devtools.idealized.Network
- disableAll() - Method in interface org.openqa.selenium.devtools.idealized.Domains
- disableAll() - Method in class org.openqa.selenium.devtools.noop.NoOpDomains
- disableFetch() - Method in class org.openqa.selenium.devtools.idealized.Network
- disableNetworkCaching() - Method in class org.openqa.selenium.devtools.idealized.Network
- disablePage() - Method in class org.openqa.selenium.devtools.idealized.Javascript
- disableRuntime() - Method in class org.openqa.selenium.devtools.idealized.Events
- disableRuntime() - Method in class org.openqa.selenium.devtools.idealized.Javascript
- disconnectSession() - Method in class org.openqa.selenium.bidi.BiDi
- disconnectSession() - Method in class org.openqa.selenium.devtools.DevTools
- DISMISS_ALERT - Static variable in interface org.openqa.selenium.remote.DriverCommand
- disownBrowsingContextScript(String, String, List<String>) - Method in class org.openqa.selenium.bidi.module.Script
- disownBrowsingContextScript(String, List<String>) - Method in class org.openqa.selenium.bidi.module.Script
- disownRealmScript(String, List<String>) - Method in class org.openqa.selenium.bidi.module.Script
- doAddJsBinding(String) - Method in class org.openqa.selenium.devtools.idealized.Javascript
- DOCUMENT - Enum constant in enum class org.openqa.selenium.bidi.browsingcontext.CaptureScreenshotParameters.Origin
- doesNotSendResponse() - Method in class org.openqa.selenium.devtools.Command
-
Some CDP commands do not appear to send responses, and so are really hard to deal with.
- domain(String) - Method in class org.openqa.selenium.bidi.network.SetCookieHeader
- domain(String) - Method in class org.openqa.selenium.bidi.storage.CookieFilter
- Domains - Interface in org.openqa.selenium.devtools.idealized
-
The idealized set of CDP domains that Selenium itself needs.
- domMutation(Consumer<DomMutationEvent>) - Static method in class org.openqa.selenium.devtools.events.CdpEventTypes
- DomMutation - Class in org.openqa.selenium.remote
- DomMutation(WebElement, String, String, String) - Constructor for class org.openqa.selenium.remote.DomMutation
- DomMutationEvent - Class in org.openqa.selenium.devtools.events
- DomMutationEvent(WebElement, String, String, String) - Constructor for class org.openqa.selenium.devtools.events.DomMutationEvent
- doRemoveJsBinding(String) - Method in class org.openqa.selenium.devtools.idealized.Javascript
- DOWNLOAD_FILE - Static variable in interface org.openqa.selenium.remote.DriverCommand
- downloadFile(String, Path) - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
Downloads a file from the specified location.
- DOWNSTREAM_DIALECT - Enum constant in enum class org.openqa.selenium.remote.tracing.AttributeKey
- DRIVER_RESPONSE - Enum constant in enum class org.openqa.selenium.remote.tracing.AttributeKey
- DRIVER_URL - Enum constant in enum class org.openqa.selenium.remote.tracing.AttributeKey
- 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 aDriverService
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>, ClientConfig) - Constructor for class org.openqa.selenium.remote.service.DriverCommandExecutor
-
Creates an
DriverCommandExecutor
that supports non-standardadditionalCommands
in addition to the standard. - DriverCommandExecutor(DriverService, ClientConfig) - Constructor for class org.openqa.selenium.remote.service.DriverCommandExecutor
- DriverFinder - Class in org.openqa.selenium.remote.service
- DriverFinder(DriverService, Capabilities) - Constructor for class org.openqa.selenium.remote.service.DriverFinder
- DriverService - Class in org.openqa.selenium.remote.service
-
Manages the life and death of a native executable driver server.
- DriverService(File, int, Duration, List<String>, Map<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.Browser
- ELEMENT_CLICK_INTERCEPTED - Static variable in class org.openqa.selenium.remote.ErrorCodes
-
Deprecated.
- ELEMENT_NOT_INTERACTABLE - Static variable in class org.openqa.selenium.remote.ErrorCodes
-
Deprecated.
- ELEMENT_SCREENSHOT - Static variable in interface org.openqa.selenium.remote.DriverCommand
- ELEMENT_SCREENSHOT(String) - Static method in interface org.openqa.selenium.remote.DriverCommand
- ElementClipRectangle - Class in org.openqa.selenium.bidi.browsingcontext
- ElementClipRectangle(String) - Constructor for class org.openqa.selenium.bidi.browsingcontext.ElementClipRectangle
- ElementClipRectangle(String, String) - Constructor for class org.openqa.selenium.bidi.browsingcontext.ElementClipRectangle
- empty() - Static method in class org.openqa.selenium.devtools.ConverterFunctions
- enable() - Method in interface org.openqa.selenium.devtools.idealized.log.Log
- ENABLE_DOWNLOADS - Static variable in interface org.openqa.selenium.remote.CapabilityType
- enableFetchForAllPatterns() - Method in class org.openqa.selenium.devtools.idealized.Network
- enableNetworkCaching() - Method in class org.openqa.selenium.devtools.idealized.Network
- enablePage() - Method in class org.openqa.selenium.devtools.idealized.Javascript
- enableRuntime() - Method in class org.openqa.selenium.devtools.idealized.Events
- enableRuntime() - Method in class org.openqa.selenium.devtools.idealized.Javascript
- encode(Throwable) - Method in class org.openqa.selenium.remote.ErrorCodec
- encode(Supplier<HttpResponse>, Response) - Method in class org.openqa.selenium.remote.codec.AbstractHttpResponseCodec
-
Encodes the given response as an HTTP response message.
- encode(Supplier<T>, Response) - Method in interface org.openqa.selenium.remote.ResponseCodec
-
Encodes a response.
- encode(Command) - Method in class org.openqa.selenium.remote.codec.AbstractHttpCommandCodec
- encode(Command) - Method in interface org.openqa.selenium.remote.CommandCodec
-
Encodes a command.
- entryAdded() - Static method in class org.openqa.selenium.bidi.log.Log
- entryAdded() - Method in interface org.openqa.selenium.devtools.idealized.log.Log
- equals(Object) - Method in class org.openqa.selenium.remote.codec.AbstractHttpCommandCodec.CommandSpec
- equals(Object) - Method in class org.openqa.selenium.remote.Command
- 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
- equals(Object) - Method in class org.openqa.selenium.remote.tracing.opentelemetry.OpenTelemetryContext
- equals(Object) - Method in class org.openqa.selenium.support.decorators.DefaultDecorated
- equals(Object) - Method in class org.openqa.selenium.support.decorators.WebDriverDecorator.Definition
- ERROR - Enum constant in enum class org.openqa.selenium.bidi.log.LogLevel
- ERROR - Enum constant in enum class org.openqa.selenium.remote.tracing.AttributeKey
- ErrorCodec - Class in org.openqa.selenium.remote
- ErrorCodes - Class in org.openqa.selenium.remote
-
Deprecated, for removal: This API element is subject to removal in a future version.
- ErrorCodes() - Constructor for class org.openqa.selenium.remote.ErrorCodes
-
Deprecated.
- ErrorFilter - Class in org.openqa.selenium.remote
- ErrorFilter() - Constructor for class org.openqa.selenium.remote.ErrorFilter
- ErrorFilter(ErrorCodec) - Constructor for class org.openqa.selenium.remote.ErrorFilter
- 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.
- evaluateFunction(EvaluateParameters) - Method in class org.openqa.selenium.bidi.module.Script
- evaluateFunctionInBrowsingContext(String, String, boolean, Optional<ResultOwnership>) - Method in class org.openqa.selenium.bidi.module.Script
- evaluateFunctionInBrowsingContext(String, String, String, boolean, Optional<ResultOwnership>) - Method in class org.openqa.selenium.bidi.module.Script
- evaluateFunctionInRealm(String, String, boolean, Optional<ResultOwnership>) - Method in class org.openqa.selenium.bidi.module.Script
- EvaluateParameters - Class in org.openqa.selenium.bidi.script
- EvaluateParameters(Target, String, boolean) - Constructor for class org.openqa.selenium.bidi.script.EvaluateParameters
- EvaluateResult - Interface in org.openqa.selenium.bidi.script
- EvaluateResult.Type - Enum Class in org.openqa.selenium.bidi.script
- EvaluateResultExceptionValue - Class in org.openqa.selenium.bidi.script
- EvaluateResultExceptionValue(EvaluateResult.Type, String, ExceptionDetails) - Constructor for class org.openqa.selenium.bidi.script.EvaluateResultExceptionValue
- EvaluateResultSuccess - Class in org.openqa.selenium.bidi.script
- EvaluateResultSuccess(EvaluateResult.Type, String, RemoteValue) - Constructor for class org.openqa.selenium.bidi.script.EvaluateResultSuccess
- Event<X> - Class in org.openqa.selenium.bidi
- Event<X> - Class in org.openqa.selenium.devtools
- Event(String, Function<Map<String, Object>, X>) - Constructor for class org.openqa.selenium.bidi.Event
- Event(String, Function<JsonInput, X>) - Constructor for class org.openqa.selenium.devtools.Event
- events() - Method in interface org.openqa.selenium.devtools.idealized.Domains
- events() - Method in class org.openqa.selenium.devtools.noop.NoOpDomains
- Events<CONSOLEEVENT,
EXCEPTIONTHROWN> - Class in org.openqa.selenium.devtools.idealized - Events(DevTools) - Constructor for class org.openqa.selenium.devtools.idealized.Events
- EXCEPTION - Enum constant in enum class org.openqa.selenium.bidi.script.EvaluateResult.Type
- EXCEPTION - Enum constant in enum class org.openqa.selenium.remote.RemoteWebDriver.When
- EXCEPTION - Static variable in class org.openqa.selenium.remote.tracing.Tags
- EXCEPTION_EVENT - Enum constant in enum class org.openqa.selenium.remote.tracing.AttributeKey
- EXCEPTION_MESSAGE - Enum constant in enum class org.openqa.selenium.remote.tracing.AttributeKey
- EXCEPTION_STACKTRACE - Enum constant in enum class org.openqa.selenium.remote.tracing.AttributeKey
- EXCEPTION_TYPE - Enum constant in enum class org.openqa.selenium.remote.tracing.AttributeKey
- ExceptionDetails - Class in org.openqa.selenium.bidi.script
- ExceptionDetails(long, RemoteValue, long, StackTrace, String) - Constructor for class org.openqa.selenium.bidi.script.ExceptionDetails
- exceptionThrownEvent() - Method in class org.openqa.selenium.devtools.idealized.Events
- exe - Variable in class org.openqa.selenium.remote.service.DriverService.Builder
- execute(String) - Method in class org.openqa.selenium.remote.RemoteWebDriver
- execute(String, Object...) - Method in interface org.openqa.selenium.remote.Script
- execute(String, Map<String, ?>) - Method in interface org.openqa.selenium.remote.ExecuteMethod
-
Execute the given command on the remote webdriver server.
- 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, Map<String, ?>) - Method in class org.openqa.selenium.remote.RemoteWebElement
- execute(Command) - Method in interface org.openqa.selenium.remote.CommandExecutor
- execute(Command) - Method in class org.openqa.selenium.remote.HttpCommandExecutor
- execute(Command) - Method in class org.openqa.selenium.remote.service.DriverCommandExecutor
-
Sends the
command
to the driver server for execution. - execute(Command) - Method in class org.openqa.selenium.remote.TracedCommandExecutor
- execute(CommandPayload) - Method in class org.openqa.selenium.remote.RemoteWebDriver
- execute(CommandPayload) - Method in class org.openqa.selenium.remote.RemoteWebElement
- execute(HttpRequest) - Method in class org.openqa.selenium.remote.tracing.SpanWrappedHttpHandler
- execute(HttpRequest) - Method in class org.openqa.selenium.remote.tracing.TracedHttpClient
- EXECUTE_ASYNC_SCRIPT - Static variable in interface org.openqa.selenium.remote.DriverCommand
- EXECUTE_ASYNC_SCRIPT(String, List<Object>) - Static method in interface org.openqa.selenium.remote.DriverCommand
- EXECUTE_SCRIPT - Static variable in interface org.openqa.selenium.remote.DriverCommand
- EXECUTE_SCRIPT(String, List<Object>) - Static method in interface org.openqa.selenium.remote.DriverCommand
- executeAsyncScript(String, Object...) - Method in class org.openqa.selenium.remote.RemoteWebDriver
- executeMethod - Variable in class org.openqa.selenium.remote.RemoteLogs
- ExecuteMethod - Interface in org.openqa.selenium.remote
-
An encapsulation of
RemoteWebDriver.executeScript(String, Object...)
. - executeScript(String, Object...) - Method in class org.openqa.selenium.remote.RemoteWebDriver
- ExecutorServices - Class in org.openqa.selenium.concurrent
- ExecutorServices() - Constructor for class org.openqa.selenium.concurrent.ExecutorServices
- expiry(long) - Method in class org.openqa.selenium.bidi.network.SetCookieHeader
- expiry(long) - Method in class org.openqa.selenium.bidi.storage.CookieFilter
- expiry(long) - Method in class org.openqa.selenium.bidi.storage.PartialCookie
- extractContext(TraceContext, C, BiFunction<C, String, String>) - Method in class org.openqa.selenium.remote.tracing.empty.NullPropagator
- extractContext(TraceContext, C, BiFunction<C, String, String>) - Method in interface org.openqa.selenium.remote.tracing.Propagator
- extractPayload(BINDINGCALLED) - Method in class org.openqa.selenium.devtools.idealized.Javascript
F
- Factory(Tracer, HttpClient.Factory) - Constructor for class org.openqa.selenium.remote.tracing.TracedHttpClient.Factory
- failRequest(String) - Method in class org.openqa.selenium.bidi.module.Network
- FetchError - Class in org.openqa.selenium.bidi.network
- FetchTimingInfo - Class in org.openqa.selenium.bidi.network
- fileDetector - Variable in class org.openqa.selenium.remote.RemoteWebElement
- FileDetector - Interface in org.openqa.selenium.remote
-
Used for identifying whether a sequence of chars represents the path to a file.
- FilterBy - Class in org.openqa.selenium.bidi.log
- FIND_CHILD_ELEMENT - Static variable in interface org.openqa.selenium.remote.DriverCommand
- FIND_CHILD_ELEMENT(String, String, String) - Static method in interface org.openqa.selenium.remote.DriverCommand
- FIND_CHILD_ELEMENTS - Static variable in interface org.openqa.selenium.remote.DriverCommand
- FIND_CHILD_ELEMENTS(String, String, String) - Static method in interface org.openqa.selenium.remote.DriverCommand
- FIND_ELEMENT - Static variable in interface org.openqa.selenium.remote.DriverCommand
- FIND_ELEMENT(String, Object) - Static method in interface org.openqa.selenium.remote.DriverCommand
- FIND_ELEMENT_FROM_SHADOW_ROOT - Static variable in interface org.openqa.selenium.remote.DriverCommand
- FIND_ELEMENT_FROM_SHADOW_ROOT(String, String, String) - Static method in interface org.openqa.selenium.remote.DriverCommand
- FIND_ELEMENTS - Static variable in interface org.openqa.selenium.remote.DriverCommand
- FIND_ELEMENTS(String, Object) - Static method in interface org.openqa.selenium.remote.DriverCommand
- FIND_ELEMENTS_FROM_SHADOW_ROOT - Static variable in interface org.openqa.selenium.remote.DriverCommand
- FIND_ELEMENTS_FROM_SHADOW_ROOT(String, String, String) - Static method in interface org.openqa.selenium.remote.DriverCommand
- findByName(String) - Static method in enum class org.openqa.selenium.bidi.browsingcontext.UserPromptType
- findByName(String) - Static method in enum class org.openqa.selenium.bidi.network.Cookie.SameSite
- findByName(String) - Static method in enum class org.openqa.selenium.bidi.script.PrimitiveType
- findByName(String) - Static method in enum class org.openqa.selenium.bidi.script.RealmType
- findElement(By) - Method in class org.openqa.selenium.remote.RemoteWebDriver
- findElement(By) - Method in class org.openqa.selenium.remote.RemoteWebElement
- findElements(By) - Method in class org.openqa.selenium.remote.RemoteWebDriver
- findElements(By) - Method in class org.openqa.selenium.remote.RemoteWebElement
- findElements(SearchContext, BiFunction<String, Object, CommandPayload>, By) - Method in class org.openqa.selenium.remote.RemoteWebDriver
- FIREFOX - Static variable in interface org.openqa.selenium.remote.Browser
- forward() - Method in class org.openqa.selenium.bidi.browsingcontext.BrowsingContext
- 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
- fromJson(JsonInput) - Static method in class org.openqa.selenium.bidi.BiDiSessionStatus
- fromJson(JsonInput) - Static method in class org.openqa.selenium.bidi.browsingcontext.BrowsingContextInfo
- fromJson(JsonInput) - Static method in class org.openqa.selenium.bidi.browsingcontext.NavigationInfo
- fromJson(JsonInput) - Static method in class org.openqa.selenium.bidi.browsingcontext.NavigationResult
- fromJson(JsonInput) - Static method in class org.openqa.selenium.bidi.browsingcontext.UserPromptClosed
- fromJson(JsonInput) - Static method in class org.openqa.selenium.bidi.browsingcontext.UserPromptOpened
- fromJson(JsonInput) - Static method in class org.openqa.selenium.bidi.log.ConsoleLogEntry
- fromJson(JsonInput) - Static method in class org.openqa.selenium.bidi.log.GenericLogEntry
- fromJson(JsonInput) - Static method in class org.openqa.selenium.bidi.log.JavascriptLogEntry
- fromJson(JsonInput) - Static method in class org.openqa.selenium.bidi.log.StackFrame
- fromJson(JsonInput) - Static method in class org.openqa.selenium.bidi.log.StackTrace
- fromJson(JsonInput) - Static method in class org.openqa.selenium.bidi.network.AuthChallenge
- fromJson(JsonInput) - Static method in class org.openqa.selenium.bidi.network.BaseParameters
- fromJson(JsonInput) - Static method in class org.openqa.selenium.bidi.network.BytesValue
- fromJson(JsonInput) - Static method in class org.openqa.selenium.bidi.network.Cookie
- fromJson(JsonInput) - Static method in class org.openqa.selenium.bidi.network.FetchTimingInfo
- fromJson(JsonInput) - Static method in class org.openqa.selenium.bidi.network.Header
- fromJson(JsonInput) - Static method in class org.openqa.selenium.bidi.network.Initiator
- fromJson(JsonInput) - Static method in class org.openqa.selenium.bidi.network.RequestData
- fromJson(JsonInput) - Static method in class org.openqa.selenium.bidi.network.ResponseData
- fromJson(JsonInput) - Static method in class org.openqa.selenium.bidi.script.ExceptionDetails
- fromJson(JsonInput) - Static method in class org.openqa.selenium.bidi.script.Message
- fromJson(JsonInput) - Static method in class org.openqa.selenium.bidi.script.NodeProperties
- fromJson(JsonInput) - Static method in class org.openqa.selenium.bidi.script.RealmInfo
- fromJson(JsonInput) - Static method in class org.openqa.selenium.bidi.script.RegExpValue
- fromJson(JsonInput) - Static method in class org.openqa.selenium.bidi.script.RemoteValue
- fromJson(JsonInput) - Static method in class org.openqa.selenium.bidi.script.Source
- fromJson(JsonInput) - Static method in class org.openqa.selenium.bidi.script.StackFrame
- fromJson(JsonInput) - Static method in class org.openqa.selenium.bidi.script.StackTrace
- fromJson(JsonInput) - Static method in class org.openqa.selenium.bidi.script.WindowProxyProperties
- fromJson(JsonInput) - Static method in class org.openqa.selenium.bidi.storage.GetCookiesResult
- fromJson(JsonInput) - Static method in class org.openqa.selenium.bidi.storage.PartitionKey
- fromJsonMap(Map<String, Object>) - Static method in class org.openqa.selenium.bidi.network.BeforeRequestSent
- fromJsonMap(Map<String, Object>) - Static method in class org.openqa.selenium.bidi.network.FetchError
- fromJsonMap(Map<String, Object>) - Static method in class org.openqa.selenium.bidi.network.ResponseDetails
- fulfillRequest(REQUESTPAUSED, HttpResponse) - Method in class org.openqa.selenium.devtools.idealized.Network
- fullscreen() - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions.RemoteWindow
- FULLSCREEN_CURRENT_WINDOW - Static variable in interface org.openqa.selenium.remote.DriverCommand
G
- GenericLogEntry - Class in org.openqa.selenium.bidi.log
- GenericLogEntry(LogLevel, Source, String, long, String, StackTrace) - Constructor for class org.openqa.selenium.bidi.log.GenericLogEntry
- get(String) - Static method in class org.openqa.selenium.remote.codec.AbstractHttpCommandCodec
- get(String) - Method in class org.openqa.selenium.remote.RemoteLogs
- get(String) - Method in class org.openqa.selenium.remote.RemoteWebDriver
- GET - Static variable in interface org.openqa.selenium.remote.DriverCommand
- GET(String) - Static method in interface org.openqa.selenium.remote.DriverCommand
- GET_ACCOUNTS - Static variable in interface org.openqa.selenium.remote.DriverCommand
- 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_APP_CACHE - 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_COOKIE - Static variable in interface org.openqa.selenium.remote.DriverCommand
- GET_CREDENTIALS - 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_POSITION() - Static method in interface org.openqa.selenium.remote.DriverCommand
- GET_CURRENT_WINDOW_SIZE - Static variable in interface org.openqa.selenium.remote.DriverCommand
- GET_DOWNLOADABLE_FILES - Static variable in interface org.openqa.selenium.remote.DriverCommand
- GET_ELEMENT_ACCESSIBLE_NAME - Static variable in interface org.openqa.selenium.remote.DriverCommand
- GET_ELEMENT_ACCESSIBLE_NAME(String) - Static method in interface org.openqa.selenium.remote.DriverCommand
- GET_ELEMENT_ARIA_ROLE - Static variable in interface org.openqa.selenium.remote.DriverCommand
- GET_ELEMENT_ARIA_ROLE(String) - Static method in interface org.openqa.selenium.remote.DriverCommand
- GET_ELEMENT_ATTRIBUTE - Static variable in interface org.openqa.selenium.remote.DriverCommand
- GET_ELEMENT_ATTRIBUTE(String, String) - Static method in interface org.openqa.selenium.remote.DriverCommand
- GET_ELEMENT_DOM_ATTRIBUTE - Static variable in interface org.openqa.selenium.remote.DriverCommand
- GET_ELEMENT_DOM_ATTRIBUTE(String, String) - Static method in interface org.openqa.selenium.remote.DriverCommand
- GET_ELEMENT_DOM_PROPERTY - Static variable in interface org.openqa.selenium.remote.DriverCommand
- GET_ELEMENT_DOM_PROPERTY(String, String) - Static method in interface org.openqa.selenium.remote.DriverCommand
- GET_ELEMENT_LOCATION - Static variable in interface org.openqa.selenium.remote.DriverCommand
- GET_ELEMENT_LOCATION(String) - Static method 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_LOCATION_ONCE_SCROLLED_INTO_VIEW(String) - Static method in interface org.openqa.selenium.remote.DriverCommand
- GET_ELEMENT_RECT - Static variable in interface org.openqa.selenium.remote.DriverCommand
- GET_ELEMENT_RECT(String) - Static method in interface org.openqa.selenium.remote.DriverCommand
- GET_ELEMENT_SHADOW_ROOT - Static variable in interface org.openqa.selenium.remote.DriverCommand
- GET_ELEMENT_SHADOW_ROOT(String) - Static method in interface org.openqa.selenium.remote.DriverCommand
- GET_ELEMENT_SIZE - Static variable in interface org.openqa.selenium.remote.DriverCommand
- GET_ELEMENT_SIZE(String) - Static method in interface org.openqa.selenium.remote.DriverCommand
- GET_ELEMENT_TAG_NAME - Static variable in interface org.openqa.selenium.remote.DriverCommand
- GET_ELEMENT_TAG_NAME(String) - Static method in interface org.openqa.selenium.remote.DriverCommand
- GET_ELEMENT_TEXT - Static variable in interface org.openqa.selenium.remote.DriverCommand
- GET_ELEMENT_TEXT(String) - Static method in interface org.openqa.selenium.remote.DriverCommand
- GET_ELEMENT_VALUE_OF_CSS_PROPERTY - Static variable in interface org.openqa.selenium.remote.DriverCommand
- GET_ELEMENT_VALUE_OF_CSS_PROPERTY(String, String) - Static method in interface org.openqa.selenium.remote.DriverCommand
- GET_FEDCM_DIALOG_TYPE - Static variable in interface org.openqa.selenium.remote.DriverCommand
- GET_FEDCM_TITLE - 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_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_TIMEOUTS - 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
- getAccepted() - Method in class org.openqa.selenium.bidi.browsingcontext.UserPromptClosed
- getAccessibleName() - Method in class org.openqa.selenium.remote.RemoteWebElement
- getActualId() - Method in class org.openqa.selenium.devtools.idealized.ScriptId
- getAdditionalCommands() - Method in interface org.openqa.selenium.remote.AdditionalHttpCommands
- getAdditionalCommands() - Method in class org.openqa.selenium.remote.HttpCommandExecutor
-
Returns an immutable view of the additional commands.
- getAddressOfRemoteServer() - Method in class org.openqa.selenium.remote.HttpCommandExecutor
- getAllRealms() - Method in class org.openqa.selenium.bidi.module.Script
- getArgs() - Method in class org.openqa.selenium.bidi.log.ConsoleLogEntry
- getArgs() - Method in class org.openqa.selenium.devtools.events.ConsoleEvent
- getArgs() - Method in class org.openqa.selenium.remote.service.DriverService
- getArgument(Object) - Static method in class org.openqa.selenium.bidi.script.LocalValue
- getAriaRole() - Method in class org.openqa.selenium.remote.RemoteWebElement
- getAttached() - Method in class org.openqa.selenium.devtools.idealized.target.model.TargetInfo
-
Whether the target has an attached client.
- getAttribute(String) - Method in class org.openqa.selenium.remote.RemoteWebElement
- getAttributeName() - Method in class org.openqa.selenium.devtools.events.DomMutationEvent
- getAttributeName() - Method in class org.openqa.selenium.remote.DomMutation
- getAttributes() - Method in class org.openqa.selenium.bidi.script.NodeProperties
- getAuthChallenge() - Method in class org.openqa.selenium.bidi.network.ResponseData
- getAuthCredentials(URI) - Method in class org.openqa.selenium.devtools.idealized.Network
- getAvailableLogTypes() - Method in class org.openqa.selenium.remote.RemoteLogs
- getBase64EncodedScreenshot() - Method in exception org.openqa.selenium.remote.ScreenshotException
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getBiDi() - Method in interface org.openqa.selenium.bidi.HasBiDi
- getBidiSessionStatus() - Method in class org.openqa.selenium.bidi.BiDi
- getBodySize() - Method in class org.openqa.selenium.bidi.network.ResponseData
- getBrowserContextId() - Method in class org.openqa.selenium.devtools.idealized.target.model.TargetInfo
- getBrowserPath() - Method in class org.openqa.selenium.remote.service.DriverFinder
- getBrowsingContext() - Method in class org.openqa.selenium.bidi.script.Source
- getBrowsingContext() - Method in class org.openqa.selenium.bidi.script.WindowProxyProperties
- getBrowsingContext() - Method in class org.openqa.selenium.bidi.script.WindowRealmInfo
- getBrowsingContextId() - Method in class org.openqa.selenium.bidi.browsingcontext.NavigationInfo
- getBrowsingContextId() - Method in class org.openqa.selenium.bidi.browsingcontext.UserPromptClosed
- getBrowsingContextId() - Method in class org.openqa.selenium.bidi.browsingcontext.UserPromptOpened
- getBrowsingContextId() - Method in class org.openqa.selenium.bidi.network.BaseParameters
- getBuildRevision() - Method in class org.openqa.selenium.remote.RemoteStatus
-
Deprecated.
- getBuildTime() - Method in class org.openqa.selenium.remote.RemoteStatus
-
Deprecated.
- getBytesReceived() - Method in class org.openqa.selenium.bidi.network.ResponseData
- getCallFrames() - Method in class org.openqa.selenium.bidi.log.StackTrace
- getCallFrames() - Method in class org.openqa.selenium.bidi.script.StackTrace
- getCapabilities() - Method in class org.openqa.selenium.remote.RemoteWebDriver
- getCapability(String) - Method in class org.openqa.selenium.remote.AbstractDriverOptions
- getCapabilityNames() - Method in class org.openqa.selenium.remote.AbstractDriverOptions
- getCdpEndPoint(HttpClient) - Static method in class org.openqa.selenium.devtools.CdpEndpointFinder
- getCdpSession() - Method in class org.openqa.selenium.devtools.DevTools
- getChannel() - Method in class org.openqa.selenium.bidi.script.Message
- getChildNodeCount() - Method in class org.openqa.selenium.bidi.script.NodeProperties
- getChildren() - Method in class org.openqa.selenium.bidi.browsingcontext.BrowsingContextInfo
- getChildren() - Method in class org.openqa.selenium.bidi.script.NodeProperties
- getColumnNumber() - Method in class org.openqa.selenium.bidi.log.StackFrame
- getColumnNumber() - Method in class org.openqa.selenium.bidi.network.Initiator
- getColumnNumber() - Method in class org.openqa.selenium.bidi.script.ExceptionDetails
- getColumnNumber() - Method in class org.openqa.selenium.bidi.script.StackFrame
- getCommandCodec() - Method in enum class org.openqa.selenium.remote.Dialect
- getCommandExecutor() - Method in class org.openqa.selenium.remote.RemoteWebDriver
- getConnectEnd() - Method in class org.openqa.selenium.bidi.network.FetchTimingInfo
- getConnectStart() - Method in class org.openqa.selenium.bidi.network.FetchTimingInfo
- getConsoleLogEntry() - Method in class org.openqa.selenium.bidi.log.LogEntry
- getContent() - Method in class org.openqa.selenium.bidi.network.ResponseData
- getCookieNamed(String) - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions
- getCookies() - Method in class org.openqa.selenium.bidi.network.RequestData
- getCookies() - Method in class org.openqa.selenium.bidi.storage.GetCookiesResult
- getCookies() - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions
- getCookies(GetCookiesParameters) - Method in class org.openqa.selenium.bidi.module.Storage
- GetCookiesParameters - Class in org.openqa.selenium.bidi.storage
- GetCookiesParameters(CookieFilter) - Constructor for class org.openqa.selenium.bidi.storage.GetCookiesParameters
- GetCookiesParameters(CookieFilter, PartitionDescriptor) - Constructor for class org.openqa.selenium.bidi.storage.GetCookiesParameters
- GetCookiesParameters(PartitionDescriptor) - Constructor for class org.openqa.selenium.bidi.storage.GetCookiesParameters
- GetCookiesResult - Class in org.openqa.selenium.bidi.storage
- GetCookiesResult(List<Cookie>, PartitionKey) - Constructor for class org.openqa.selenium.bidi.storage.GetCookiesResult
- getCoordinates() - Method in class org.openqa.selenium.remote.RemoteWebElement
- getCssValue(String) - Method in class org.openqa.selenium.remote.RemoteWebElement
- getCurrentContext() - Method in class org.openqa.selenium.remote.tracing.empty.NullTracer
- getCurrentContext() - Method in class org.openqa.selenium.remote.tracing.opentelemetry.OpenTelemetryTracer
- getCurrentContext() - Method in interface org.openqa.selenium.remote.tracing.Tracer
- getCurrentUrl() - Method in class org.openqa.selenium.remote.RemoteWebDriver
- getCurrentValue() - Method in class org.openqa.selenium.devtools.events.DomMutationEvent
- getCurrentValue() - Method in class org.openqa.selenium.remote.DomMutation
- getData() - Method in class org.openqa.selenium.bidi.script.Message
- getDecoratedDriver() - Method in class org.openqa.selenium.support.decorators.WebDriverDecorator
- getDecorator() - Method in interface org.openqa.selenium.support.decorators.Decorated
- getDecorator() - Method in class org.openqa.selenium.support.decorators.DefaultDecorated
- getDefaultClientFactory() - Static method in class org.openqa.selenium.remote.HttpCommandExecutor
- getDefaultDriverOptions() - Method in class org.openqa.selenium.remote.service.DriverService
- getDefaultTimeout() - Method in class org.openqa.selenium.remote.service.DriverService.Builder
- getDescribedInterface() - Method in class org.openqa.selenium.bidi.BiDiProvider
- getDescribedInterface() - Method in class org.openqa.selenium.devtools.DevToolsProvider
- getDescribedInterface() - Method in class org.openqa.selenium.remote.AddHasAuthentication
- getDescribedInterface() - Method in class org.openqa.selenium.remote.AddHasLogEvents
- getDescribedInterface() - Method in interface org.openqa.selenium.remote.AugmenterProvider
- getDescribedInterface() - Method in class org.openqa.selenium.remote.html5.AddWebStorage
-
Deprecated.
- getDescription() - Method in class org.openqa.selenium.remote.tracing.Status
- getDevTools() - Method in interface org.openqa.selenium.devtools.HasDevTools
- getDialect() - Method in class org.openqa.selenium.remote.ProtocolHandshake.Result
- getDnsEnd() - Method in class org.openqa.selenium.bidi.network.FetchTimingInfo
- getDnsStart() - Method in class org.openqa.selenium.bidi.network.FetchTimingInfo
- getDomain() - Method in class org.openqa.selenium.bidi.network.Cookie
- getDomains() - Method in class org.openqa.selenium.devtools.DevTools
- getDomains(DevTools) - Method in class org.openqa.selenium.devtools.CdpInfo
- getDomAttribute(String) - Method in class org.openqa.selenium.remote.RemoteWebElement
- getDomProperty(String) - Method in class org.openqa.selenium.remote.RemoteWebElement
- getDownloadableFiles() - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
Retrieves the downloadable files as a map of file names and their corresponding URLs.
- getDownstreamDialects() - Method in class org.openqa.selenium.remote.NewSessionPayload
- getDriverExecutable() - Method in class org.openqa.selenium.remote.service.DriverService
- getDriverName() - Method in class org.openqa.selenium.remote.service.DriverService
- getDriverPath() - Method in class org.openqa.selenium.remote.service.DriverFinder
- getDriverProperty() - Method in class org.openqa.selenium.remote.service.DriverService
- getElement() - Method in class org.openqa.selenium.devtools.events.DomMutationEvent
- getElement() - Method in class org.openqa.selenium.remote.DomMutation
- getElementConverter() - Method in class org.openqa.selenium.remote.RemoteWebDriver
- getEncodedElementKey() - Method in enum class org.openqa.selenium.remote.Dialect
- getEntry() - Method in class org.openqa.selenium.devtools.idealized.log.model.LogEntry
- getEnvironment() - Method in class org.openqa.selenium.remote.service.DriverService
- getErrorHandler() - Method in class org.openqa.selenium.remote.RemoteWebDriver
- getErrorText() - Method in class org.openqa.selenium.bidi.network.FetchError
- getException() - Method in class org.openqa.selenium.bidi.script.ExceptionDetails
- getExceptionDetails() - Method in class org.openqa.selenium.bidi.script.EvaluateResultExceptionValue
- getExceptionType(int) - Method in class org.openqa.selenium.remote.ErrorCodes
-
Deprecated.Returns the exception type that corresponds to the given
statusCode
. - getExceptionType(String) - Method in class org.openqa.selenium.remote.ErrorCodes
-
Deprecated.
- getExecutable() - Method in class org.openqa.selenium.remote.service.DriverService
- getExecuteMethod() - Method in class org.openqa.selenium.remote.RemoteWebDriver
- getExpiry() - Method in class org.openqa.selenium.bidi.network.Cookie
- getExtraCapability(String) - Method in class org.openqa.selenium.remote.AbstractDriverOptions
- getExtraCapabilityNames() - Method in class org.openqa.selenium.remote.AbstractDriverOptions
- getFederatedCredentialManagementDialog() - Method in class org.openqa.selenium.remote.RemoteWebDriver
- getFetchStart() - Method in class org.openqa.selenium.bidi.network.FetchTimingInfo
- getFileDetector() - Method in class org.openqa.selenium.remote.RemoteWebDriver
- getFlags() - Method in class org.openqa.selenium.bidi.script.RegExpValue
- getFunctionName() - Method in class org.openqa.selenium.bidi.log.StackFrame
- getFunctionName() - Method in class org.openqa.selenium.bidi.script.StackFrame
- getGenericLogEntry() - Method in class org.openqa.selenium.bidi.log.LogEntry
- getHandle() - Method in class org.openqa.selenium.bidi.script.RemoteValue
- getHeaders() - Method in class org.openqa.selenium.bidi.network.RequestData
- getHeaders() - Method in class org.openqa.selenium.bidi.network.ResponseData
- getHeadersSize() - Method in class org.openqa.selenium.bidi.network.RequestData
- getHeadersSize() - Method in class org.openqa.selenium.bidi.network.ResponseData
- getHttpClient(HttpClient.Factory, URI) - Static method in class org.openqa.selenium.devtools.CdpEndpointFinder
- getHttpLogs() - Static method in class org.openqa.selenium.remote.tracing.opentelemetry.OpenTelemetryTracer
- getHttpStatusCode(Throwable) - Method in class org.openqa.selenium.remote.ErrorCodec
- getHttpStatusCode(Throwable) - Method in class org.openqa.selenium.remote.ErrorCodes
-
Deprecated.
- getId() - Method in class org.openqa.selenium.bidi.browsingcontext.BrowsingContext
- getId() - Method in class org.openqa.selenium.bidi.browsingcontext.BrowsingContextInfo
- getId() - Method in class org.openqa.selenium.remote.RemoteWebElement
- getId() - Method in class org.openqa.selenium.remote.tracing.empty.NullContext
- getId() - Method in class org.openqa.selenium.remote.tracing.opentelemetry.OpenTelemetryContext
- getId() - Method in interface org.openqa.selenium.remote.tracing.TraceContext
- getImplementation(Capabilities, ExecuteMethod) - Method in class org.openqa.selenium.bidi.BiDiProvider
- getImplementation(Capabilities, ExecuteMethod) - Method in class org.openqa.selenium.devtools.DevToolsProvider
- getImplementation(Capabilities, ExecuteMethod) - Method in class org.openqa.selenium.remote.AddHasAuthentication
- getImplementation(Capabilities, ExecuteMethod) - Method in class org.openqa.selenium.remote.AddHasLogEvents
- getImplementation(Capabilities, ExecuteMethod) - Method in interface org.openqa.selenium.remote.AugmenterProvider
-
For the interface that this provider describes, return an implementation.
- getImplementation(Capabilities, ExecuteMethod) - Method in class org.openqa.selenium.remote.html5.AddWebStorage
-
Deprecated.
- getImplicitWaitTimeout() - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions.RemoteTimeouts
- getInitiator() - Method in class org.openqa.selenium.bidi.network.BeforeRequestSent
- getInstance() - Static method in class org.openqa.selenium.remote.tracing.opentelemetry.OpenTelemetryTracer
- getIntercepts() - Method in class org.openqa.selenium.bidi.network.BaseParameters
- getInternalId() - Method in class org.openqa.selenium.bidi.script.RemoteValue
- getItem(String) - Method in class org.openqa.selenium.remote.html5.RemoteLocalStorage
-
Deprecated.
- getItem(String) - Method in class org.openqa.selenium.remote.html5.RemoteSessionStorage
-
Deprecated.
- getJavascriptLogEntry() - Method in class org.openqa.selenium.bidi.log.LogEntry
- getKey() - Method in enum class org.openqa.selenium.remote.tracing.AttributeKey
- getKind() - Method in class org.openqa.selenium.devtools.idealized.log.model.LogEntry
- getKind() - Method in class org.openqa.selenium.remote.tracing.Status
- getLevel() - Method in class org.openqa.selenium.bidi.log.BaseLogEntry
- getLevel() - Method in class org.openqa.selenium.bidi.log.FilterBy
- getLineNumber() - Method in class org.openqa.selenium.bidi.log.StackFrame
- getLineNumber() - Method in class org.openqa.selenium.bidi.network.Initiator
- getLineNumber() - Method in class org.openqa.selenium.bidi.script.ExceptionDetails
- getLineNumber() - Method in class org.openqa.selenium.bidi.script.StackFrame
- 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
- getLocalName() - Method in class org.openqa.selenium.bidi.script.NodeProperties
- getLocalStorage() - Method in class org.openqa.selenium.remote.html5.RemoteWebStorage
- getLocation() - Method in class org.openqa.selenium.remote.RemoteWebElement
- getLocatorName() - Method in interface org.openqa.selenium.remote.locators.CustomLocator
- getLogFile() - Method in class org.openqa.selenium.remote.service.DriverService.Builder
- getLogOutput() - Method in class org.openqa.selenium.remote.service.DriverService.Builder
- getMajorVersion() - Method in class org.openqa.selenium.devtools.CdpInfo
- getMapper() - Method in class org.openqa.selenium.bidi.Event
- getMessage() - Method in class org.openqa.selenium.bidi.BiDiSessionStatus
- getMessage() - Method in class org.openqa.selenium.bidi.browsingcontext.UserPromptOpened
- getMessages() - Method in class org.openqa.selenium.devtools.events.ConsoleEvent
- getMetadata() - Method in class org.openqa.selenium.remote.NewSessionPayload
- getMethod() - Method in class org.openqa.selenium.bidi.Command
- getMethod() - Method in class org.openqa.selenium.bidi.Event
- getMethod() - Method in class org.openqa.selenium.bidi.log.ConsoleLogEntry
- getMethod() - Method in class org.openqa.selenium.bidi.network.RequestData
- getMethod() - Method in class org.openqa.selenium.devtools.Command
- getMethod() - Method in class org.openqa.selenium.devtools.Event
- getMimeType() - Method in class org.openqa.selenium.bidi.network.ResponseData
- getMode() - Method in class org.openqa.selenium.bidi.script.NodeProperties
- getName() - Method in class org.openqa.selenium.bidi.network.Cookie
- getName() - Method in class org.openqa.selenium.bidi.network.Header
- getName() - Method in class org.openqa.selenium.remote.Command
- getName() - Method in class org.openqa.selenium.remote.CommandPayload
- getNamespaceURI() - Method in class org.openqa.selenium.bidi.script.NodeProperties
- getNavigationId() - Method in class org.openqa.selenium.bidi.browsingcontext.NavigationInfo
- getNavigationId() - Method in class org.openqa.selenium.bidi.browsingcontext.NavigationResult
- getNavigationId() - Method in class org.openqa.selenium.bidi.network.BaseParameters
- getNetworkConnection() - Method in class org.openqa.selenium.remote.mobile.RemoteNetworkConnection
-
Deprecated.
- getNodeType() - Method in class org.openqa.selenium.bidi.script.NodeProperties
- getNodeValue() - Method in class org.openqa.selenium.bidi.script.NodeProperties
- getOldValue() - Method in class org.openqa.selenium.devtools.events.DomMutationEvent
- getOldValue() - Method in class org.openqa.selenium.remote.DomMutation
- getOpenerId() - Method in class org.openqa.selenium.devtools.idealized.target.model.TargetInfo
-
Opener target Id
- getOrigin() - Method in class org.openqa.selenium.bidi.script.RealmInfo
- getOriginal() - Method in interface org.openqa.selenium.support.decorators.Decorated
- getOriginal() - Method in class org.openqa.selenium.support.decorators.DefaultDecorated
- getOsArch() - Method in class org.openqa.selenium.remote.RemoteStatus
-
Deprecated.
- getOsName() - Method in class org.openqa.selenium.remote.RemoteStatus
-
Deprecated.
- getOsVersion() - Method in class org.openqa.selenium.remote.RemoteStatus
-
Deprecated.
- getOutputStream() - Method in class org.openqa.selenium.remote.service.DriverService
- getPageLoadTimeout() - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions.RemoteTimeouts
- getPageSource() - Method in class org.openqa.selenium.remote.RemoteWebDriver
- getParameters() - Method in class org.openqa.selenium.remote.Command
- getParameters() - Method in class org.openqa.selenium.remote.CommandPayload
- getParams() - Method in class org.openqa.selenium.bidi.Command
- getParams() - Method in class org.openqa.selenium.devtools.Command
- getParentBrowsingContext() - Method in class org.openqa.selenium.bidi.browsingcontext.BrowsingContextInfo
- getPartitionKey() - Method in class org.openqa.selenium.bidi.storage.GetCookiesResult
- getPath() - Method in class org.openqa.selenium.bidi.network.Cookie
- getPattern() - Method in class org.openqa.selenium.bidi.script.RegExpValue
- getPort() - Method in class org.openqa.selenium.remote.service.DriverService.Builder
- getPosition() - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions.RemoteWindow
- getPropagator() - Method in class org.openqa.selenium.remote.tracing.empty.NullTracer
- getPropagator() - Method in class org.openqa.selenium.remote.tracing.opentelemetry.OpenTelemetryTracer
- getPropagator() - Method in interface org.openqa.selenium.remote.tracing.Tracer
- getProtocol() - Method in class org.openqa.selenium.bidi.network.ResponseData
- getRealm() - Method in class org.openqa.selenium.bidi.network.AuthChallenge
- getRealm() - Method in class org.openqa.selenium.bidi.script.Source
- getRealmId() - Method in interface org.openqa.selenium.bidi.script.EvaluateResult
- getRealmId() - Method in class org.openqa.selenium.bidi.script.EvaluateResultExceptionValue
- getRealmId() - Method in class org.openqa.selenium.bidi.script.EvaluateResultSuccess
- getRealmId() - Method in class org.openqa.selenium.bidi.script.RealmInfo
- getRealmsByType(RealmType) - Method in class org.openqa.selenium.bidi.module.Script
- getRealmsInBrowsingContext(String) - Method in class org.openqa.selenium.bidi.module.Script
- getRealmsInBrowsingContextByType(String, RealmType) - Method in class org.openqa.selenium.bidi.module.Script
- getRealmType() - Method in class org.openqa.selenium.bidi.script.RealmInfo
- getRect() - Method in class org.openqa.selenium.remote.RemoteWebElement
- getRedirectCount() - Method in class org.openqa.selenium.bidi.network.BaseParameters
- getRedirectEnd() - Method in class org.openqa.selenium.bidi.network.FetchTimingInfo
- getRedirectStart() - Method in class org.openqa.selenium.bidi.network.FetchTimingInfo
- getReleaseLabel() - Method in class org.openqa.selenium.remote.RemoteStatus
-
Deprecated.
- getReportedUri(String, Capabilities) - Static method in class org.openqa.selenium.devtools.CdpEndpointFinder
- getReportedUri(Capabilities) - Static method in class org.openqa.selenium.devtools.CdpEndpointFinder
- getRequest() - Method in class org.openqa.selenium.bidi.network.BaseParameters
- getRequestId() - Method in class org.openqa.selenium.bidi.network.Initiator
- getRequestId() - Method in class org.openqa.selenium.bidi.network.RequestData
- getRequestId(REQUESTPAUSED) - Method in class org.openqa.selenium.devtools.idealized.Network
- getRequestStart() - Method in class org.openqa.selenium.bidi.network.FetchTimingInfo
- getRequestTime() - Method in class org.openqa.selenium.bidi.network.FetchTimingInfo
- getResponseCodec() - Method in enum class org.openqa.selenium.remote.Dialect
- getResponseData() - Method in class org.openqa.selenium.bidi.network.ResponseDetails
- getResponseEnd() - Method in class org.openqa.selenium.bidi.network.FetchTimingInfo
- getResponseStart() - Method in class org.openqa.selenium.bidi.network.FetchTimingInfo
- getResult() - Method in class org.openqa.selenium.bidi.script.EvaluateResultSuccess
- getResultType() - Method in interface org.openqa.selenium.bidi.script.EvaluateResult
- getResultType() - Method in class org.openqa.selenium.bidi.script.EvaluateResultExceptionValue
- getResultType() - Method in class org.openqa.selenium.bidi.script.EvaluateResultSuccess
- getSameSite() - Method in class org.openqa.selenium.bidi.network.Cookie
- getSandbox() - Method in class org.openqa.selenium.bidi.script.WindowRealmInfo
- getScheme() - Method in class org.openqa.selenium.bidi.network.AuthChallenge
- getScreenshotAs(OutputType<X>) - Method in class org.openqa.selenium.remote.RemoteWebDriver
- getScreenshotAs(OutputType<X>) - Method in class org.openqa.selenium.remote.RemoteWebElement
- getScriptTimeout() - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions.RemoteTimeouts
- getSendsResponse() - Method in class org.openqa.selenium.bidi.Command
- getSendsResponse() - Method in class org.openqa.selenium.devtools.Command
- getSessionId() - Method in class org.openqa.selenium.remote.Command
- getSessionId() - Method in class org.openqa.selenium.remote.RemoteWebDriver
- getSessionId() - Method in class org.openqa.selenium.remote.Response
- getSessionId(String) - Static method in class org.openqa.selenium.remote.HttpSessionId
-
Scan
uri
for a session ID. - getSessionStorage() - Method in class org.openqa.selenium.remote.html5.RemoteWebStorage
- getShadowRoot() - Method in class org.openqa.selenium.bidi.script.NodeProperties
- getShadowRoot() - Method in class org.openqa.selenium.remote.RemoteWebElement
- getShadowRootElementKey() - Method in enum class org.openqa.selenium.remote.Dialect
- getSharedId() - Method in class org.openqa.selenium.bidi.script.RemoteValue
- getSize() - Method in class org.openqa.selenium.bidi.network.Cookie
- getSize() - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions.RemoteWindow
- getSize() - Method in class org.openqa.selenium.remote.RemoteWebElement
- getSource() - Method in class org.openqa.selenium.bidi.log.BaseLogEntry
- getSource() - Method in class org.openqa.selenium.bidi.script.Message
- getSourceOrigin() - Method in class org.openqa.selenium.bidi.storage.PartitionKey
- getSpanProcessor() - Static method in class org.openqa.selenium.remote.tracing.opentelemetry.SeleniumSpanExporter
- getStacktrace() - Method in class org.openqa.selenium.bidi.script.ExceptionDetails
- getStackTrace() - Method in class org.openqa.selenium.bidi.log.BaseLogEntry
- getStackTrace() - Method in class org.openqa.selenium.bidi.network.Initiator
- getState() - Method in class org.openqa.selenium.remote.Response
- getStatus() - Method in class org.openqa.selenium.bidi.network.ResponseData
- getStatus() - Method in class org.openqa.selenium.remote.Response
-
Deprecated.
- getStatusText() - Method in class org.openqa.selenium.bidi.network.ResponseData
- getSupplier() - Method in class org.openqa.selenium.remote.NewSessionPayload
- getSupportUrl() - Method in exception org.openqa.selenium.remote.NoSuchDriverException
- getTagName() - Method in class org.openqa.selenium.remote.RemoteWebElement
- getTarget() - Method in interface org.openqa.selenium.support.decorators.WebDriverDecorator.HasTarget
- getTargetId() - Method in class org.openqa.selenium.devtools.idealized.target.model.TargetInfo
- getTargets() - Method in interface org.openqa.selenium.devtools.idealized.target.Target
- getText() - Method in class org.openqa.selenium.bidi.log.BaseLogEntry
- getText() - Method in class org.openqa.selenium.bidi.script.ExceptionDetails
- getText() - Method in class org.openqa.selenium.remote.RemoteWebElement
- getTimeOrigin() - Method in class org.openqa.selenium.bidi.network.FetchTimingInfo
- getTimeout() - Method in class org.openqa.selenium.remote.service.DriverService
- getTimestamp() - Method in class org.openqa.selenium.bidi.browsingcontext.NavigationInfo
- getTimestamp() - Method in class org.openqa.selenium.bidi.log.BaseLogEntry
- getTimestamp() - Method in class org.openqa.selenium.bidi.network.BaseParameters
- getTimestamp() - Method in class org.openqa.selenium.devtools.events.ConsoleEvent
- getTimings() - Method in class org.openqa.selenium.bidi.network.RequestData
- getTitle() - Method in class org.openqa.selenium.devtools.idealized.target.model.TargetInfo
- getTitle() - Method in class org.openqa.selenium.remote.RemoteWebDriver
- getTlsStart() - Method in class org.openqa.selenium.bidi.network.FetchTimingInfo
- getTopLevelContexts() - Method in class org.openqa.selenium.bidi.browsingcontext.BrowsingContext
- getTree() - Method in class org.openqa.selenium.bidi.browsingcontext.BrowsingContext
- getTree(int) - Method in class org.openqa.selenium.bidi.browsingcontext.BrowsingContext
- getType() - Method in class org.openqa.selenium.bidi.browsingcontext.UserPromptOpened
- getType() - Method in class org.openqa.selenium.bidi.log.GenericLogEntry
- getType() - Method in class org.openqa.selenium.bidi.log.JavascriptLogEntry
- getType() - Method in class org.openqa.selenium.bidi.network.BytesValue
- getType() - Method in class org.openqa.selenium.bidi.network.Initiator
- getType() - Method in class org.openqa.selenium.bidi.script.RemoteValue
- getType() - Method in class org.openqa.selenium.devtools.events.ConsoleEvent
- getType() - Method in class org.openqa.selenium.devtools.idealized.runtime.model.RemoteObject
- getType() - Method in class org.openqa.selenium.devtools.idealized.target.model.TargetInfo
- getUriFrom(AUTHREQUIRED) - Method in class org.openqa.selenium.devtools.idealized.Network
- getUrl() - Method in class org.openqa.selenium.bidi.browsingcontext.BrowsingContextInfo
- getUrl() - Method in class org.openqa.selenium.bidi.browsingcontext.NavigationInfo
- getUrl() - Method in class org.openqa.selenium.bidi.browsingcontext.NavigationResult
- getUrl() - Method in class org.openqa.selenium.bidi.log.StackFrame
- getUrl() - Method in class org.openqa.selenium.bidi.network.RequestData
- getUrl() - Method in class org.openqa.selenium.bidi.network.ResponseData
- getUrl() - Method in class org.openqa.selenium.bidi.script.StackFrame
- getUrl() - Method in class org.openqa.selenium.devtools.idealized.target.model.TargetInfo
- getUrl() - Method in class org.openqa.selenium.remote.service.DriverService
- getUrl(int) - Method in class org.openqa.selenium.remote.service.DriverService
- getUserContext() - Method in class org.openqa.selenium.bidi.storage.PartitionKey
- getUserContexts() - Method in class org.openqa.selenium.bidi.module.Browser
- getUserText() - Method in class org.openqa.selenium.bidi.browsingcontext.UserPromptClosed
- getValue() - Method in class org.openqa.selenium.bidi.network.BytesValue
- getValue() - Method in class org.openqa.selenium.bidi.network.Cookie
- getValue() - Method in class org.openqa.selenium.bidi.network.Header
- getValue() - Method in class org.openqa.selenium.bidi.script.RemoteValue
- getValue() - Method in class org.openqa.selenium.devtools.idealized.OpaqueKey
- getValue() - Method in class org.openqa.selenium.devtools.idealized.runtime.model.RemoteObject
- getValue() - Method in class org.openqa.selenium.remote.Response
- getValueToEncode(Response) - Method in class org.openqa.selenium.remote.codec.AbstractHttpResponseCodec
- getValueToEncode(Response) - Method in class org.openqa.selenium.remote.codec.w3c.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.RemoteExecuteMethod
- getWrappedDriver() - Method in class org.openqa.selenium.remote.RemoteWebElement
- GO_BACK - Static variable in interface org.openqa.selenium.remote.DriverCommand
- GO_FORWARD - Static variable in interface org.openqa.selenium.remote.DriverCommand
- guard(Runnable) - Static method in class org.openqa.selenium.concurrent.GuardedRunnable
- GuardedRunnable - Class in org.openqa.selenium.concurrent
-
Meant to be used together with {#link @ScheduledExecutedService.scheduleAtFixedRate}.
- GuardedRunnable() - Constructor for class org.openqa.selenium.concurrent.GuardedRunnable
H
- HANDLE - Enum constant in enum class org.openqa.selenium.bidi.script.RemoteReference.Type
- handleUserPrompt() - Method in class org.openqa.selenium.bidi.browsingcontext.BrowsingContext
- handleUserPrompt(boolean) - Method in class org.openqa.selenium.bidi.browsingcontext.BrowsingContext
- handleUserPrompt(boolean, String) - Method in class org.openqa.selenium.bidi.browsingcontext.BrowsingContext
- handleUserPrompt(String) - Method in class org.openqa.selenium.bidi.browsingcontext.BrowsingContext
- HasBiDi - Interface in org.openqa.selenium.bidi
- hasBrowserPath() - Method in class org.openqa.selenium.remote.service.DriverFinder
- HasDevTools - Interface in org.openqa.selenium.devtools
- hasErrorResponse(REQUESTPAUSED) - Method in class org.openqa.selenium.devtools.idealized.Network
- hashCode() - Method in class org.openqa.selenium.remote.codec.AbstractHttpCommandCodec.CommandSpec
- hashCode() - Method in class org.openqa.selenium.remote.Command
- 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
- hashCode() - Method in class org.openqa.selenium.remote.tracing.opentelemetry.OpenTelemetryContext
- hashCode() - Method in class org.openqa.selenium.support.decorators.DefaultDecorated
- hashCode() - Method in class org.openqa.selenium.support.decorators.WebDriverDecorator.Definition
- hasShutdownEndpoint() - Method in class org.openqa.selenium.remote.service.DriverService
- Header - Class in org.openqa.selenium.bidi.network
- Header(String, BytesValue) - Constructor for class org.openqa.selenium.bidi.network.Header
- headers(List<Header>) - Method in class org.openqa.selenium.bidi.network.ContinueRequestParameters
- headers(List<Header>) - Method in class org.openqa.selenium.bidi.network.ContinueResponseParameters
- headers(List<Header>) - Method in class org.openqa.selenium.bidi.network.ProvideResponseParameters
- hostname(String) - Method in class org.openqa.selenium.bidi.network.UrlPattern
- HTMLUNIT - Static variable in interface org.openqa.selenium.remote.Browser
- HTTP_CLIENT_CLASS - Enum constant in enum class org.openqa.selenium.remote.tracing.AttributeKey
- HTTP_CLIENT_IP - Enum constant in enum class org.openqa.selenium.remote.tracing.AttributeKey
- HTTP_FLAVOR - Enum constant in enum class org.openqa.selenium.remote.tracing.AttributeKey
- HTTP_HANDLER_CLASS - Enum constant in enum class org.openqa.selenium.remote.tracing.AttributeKey
- HTTP_HOST - Enum constant in enum class org.openqa.selenium.remote.tracing.AttributeKey
- HTTP_METHOD - Enum constant in enum class org.openqa.selenium.remote.tracing.AttributeKey
- HTTP_REQUEST - Static variable in class org.openqa.selenium.remote.tracing.Tags
- HTTP_REQUEST_CONTENT_LENGTH - Enum constant in enum class org.openqa.selenium.remote.tracing.AttributeKey
- HTTP_REQUEST_EVENT - Static variable in class org.openqa.selenium.remote.tracing.Tags
- HTTP_RESPONSE - Static variable in class org.openqa.selenium.remote.tracing.Tags
- HTTP_RESPONSE_EVENT - Static variable in class org.openqa.selenium.remote.tracing.Tags
- HTTP_SCHEME - Enum constant in enum class org.openqa.selenium.remote.tracing.AttributeKey
- HTTP_STATUS_CODE - Enum constant in enum class org.openqa.selenium.remote.tracing.AttributeKey
- HTTP_TARGET - Enum constant in enum class org.openqa.selenium.remote.tracing.AttributeKey
- HTTP_TARGET_HOST - Enum constant in enum class org.openqa.selenium.remote.tracing.AttributeKey
- HTTP_URL - Enum constant in enum class org.openqa.selenium.remote.tracing.AttributeKey
- HTTP_USER_AGENT - Enum constant in enum class org.openqa.selenium.remote.tracing.AttributeKey
- 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-standardadditionalCommands
in addition to the standard. - HttpCommandExecutor(Map<String, CommandInfo>, URL, ClientConfig) - Constructor for class org.openqa.selenium.remote.HttpCommandExecutor
- HttpCommandExecutor(Map<String, CommandInfo>, URL, HttpClient.Factory) - Constructor for class org.openqa.selenium.remote.HttpCommandExecutor
- HttpCommandExecutor(Map<String, CommandInfo>, ClientConfig, HttpClient.Factory) - Constructor for class org.openqa.selenium.remote.HttpCommandExecutor
- HttpCommandExecutor(ClientConfig) - Constructor for class org.openqa.selenium.remote.HttpCommandExecutor
- httpOnly(boolean) - Method in class org.openqa.selenium.bidi.network.SetCookieHeader
- httpOnly(boolean) - Method in class org.openqa.selenium.bidi.storage.CookieFilter
- httpOnly(boolean) - Method in class org.openqa.selenium.bidi.storage.PartialCookie
- HttpSessionId - Class in org.openqa.selenium.remote
- HttpTracing - Class in org.openqa.selenium.remote.tracing
I
- id - Variable in class org.openqa.selenium.remote.RemoteWebElement
- IE - Static variable in interface org.openqa.selenium.remote.Browser
- imageFormat(String) - Method in class org.openqa.selenium.bidi.browsingcontext.CaptureScreenshotParameters
- imageFormat(String, double) - Method in class org.openqa.selenium.bidi.browsingcontext.CaptureScreenshotParameters
- IME_ACTIVATE_ENGINE(String) - Static method in interface org.openqa.selenium.remote.DriverCommand
- IMPLICITLY_WAIT - Static variable in interface org.openqa.selenium.remote.DriverCommand
- implicitlyWait(long, TimeUnit) - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions.RemoteTimeouts
-
Deprecated.
- implicitlyWait(Duration) - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions.RemoteTimeouts
- INFO - Enum constant in enum class org.openqa.selenium.bidi.log.LogLevel
- Initiator - Class in org.openqa.selenium.bidi.network
- inject(TraceContext, C, Propagator.Setter<C>) - Method in class org.openqa.selenium.remote.tracing.empty.NullPropagator
- inject(TraceContext, C, Propagator.Setter<C>) - Method in interface org.openqa.selenium.remote.tracing.Propagator
- inject(Tracer, TraceContext, HttpRequest) - Static method in class org.openqa.selenium.remote.tracing.HttpTracing
- innerText(String) - Static method in class org.openqa.selenium.bidi.browsingcontext.Locator
- innerText(String, Optional<Boolean>, Optional<String>, Optional<Long>) - Static method in class org.openqa.selenium.bidi.browsingcontext.Locator
- Input - Class in org.openqa.selenium.bidi.module
- Input(WebDriver) - Constructor for class org.openqa.selenium.bidi.module.Input
- INTERACTIVE - Enum constant in enum class org.openqa.selenium.bidi.browsingcontext.ReadinessState
- InterceptPhase - Enum Class in org.openqa.selenium.bidi.network
- interceptTrafficWith(Filter) - Method in class org.openqa.selenium.devtools.idealized.Network
- INTERNAL - Enum constant in enum class org.openqa.selenium.remote.tracing.Status.Kind
- INTERNAL - Static variable in class org.openqa.selenium.remote.tracing.Status
- INVALID_ARGUMENT - Enum constant in enum class org.openqa.selenium.remote.tracing.Status.Kind
- INVALID_ARGUMENT - Static variable in class org.openqa.selenium.remote.ErrorCodes
-
Deprecated.
- INVALID_ARGUMENT - Static variable in class org.openqa.selenium.remote.tracing.Status
- INVALID_COOKIE_DOMAIN - Static variable in class org.openqa.selenium.remote.ErrorCodes
-
Deprecated.
- INVALID_ELEMENT_STATE - Static variable in class org.openqa.selenium.remote.ErrorCodes
-
Deprecated.
- INVALID_SELECTOR_ERROR - Static variable in class org.openqa.selenium.remote.ErrorCodes
-
Deprecated.
- INVALID_XPATH_SELECTOR - Static variable in class org.openqa.selenium.remote.ErrorCodes
-
Deprecated.
- INVALID_XPATH_SELECTOR_RETURN_TYPER - Static variable in class org.openqa.selenium.remote.ErrorCodes
-
Deprecated.
- is(String) - Method in interface org.openqa.selenium.remote.Browser
- is(Capabilities) - Method in interface org.openqa.selenium.remote.Browser
- IS_ELEMENT_DISPLAYED - Static variable in interface org.openqa.selenium.remote.DriverCommand
- IS_ELEMENT_DISPLAYED(String) - Static method in interface org.openqa.selenium.remote.DriverCommand
- IS_ELEMENT_ENABLED - Static variable in interface org.openqa.selenium.remote.DriverCommand
- IS_ELEMENT_ENABLED(String) - Static method in interface org.openqa.selenium.remote.DriverCommand
- IS_ELEMENT_SELECTED - Static variable in interface org.openqa.selenium.remote.DriverCommand
- IS_ELEMENT_SELECTED(String) - Static method in interface org.openqa.selenium.remote.DriverCommand
- isApplicable() - Method in class org.openqa.selenium.bidi.BiDiProvider
- isApplicable() - Method in class org.openqa.selenium.devtools.DevToolsProvider
- isApplicable() - Method in class org.openqa.selenium.remote.AddHasAuthentication
- isApplicable() - Method in class org.openqa.selenium.remote.AddHasLogEvents
- isApplicable() - Method in interface org.openqa.selenium.remote.AugmenterProvider
- isApplicable() - Method in class org.openqa.selenium.remote.html5.AddWebStorage
-
Deprecated.
- isAvailable() - Method in class org.openqa.selenium.remote.service.DriverFinder
- isBlocked() - Method in class org.openqa.selenium.bidi.network.BaseParameters
- isDisplayed() - Method in class org.openqa.selenium.remote.RemoteWebElement
- isEnabled() - Method in class org.openqa.selenium.remote.RemoteWebElement
- isEventSubscribed(Event<X>) - Method in class org.openqa.selenium.bidi.Connection
- isFromCache() - Method in class org.openqa.selenium.bidi.network.ResponseData
- isHttpOnly() - Method in class org.openqa.selenium.bidi.network.Cookie
- isIncludeServerErrors() - Method in class org.openqa.selenium.remote.ErrorHandler
- isMappableError(Throwable) - Method in class org.openqa.selenium.remote.ErrorCodes
-
Deprecated.
- isPresent() - Method in class org.openqa.selenium.remote.service.DriverFinder
- isReady() - Method in class org.openqa.selenium.bidi.BiDiSessionStatus
- isRunning() - Method in class org.openqa.selenium.remote.service.DriverService
-
Checks whether the driver child process is currently running.
- isSecure() - Method in class org.openqa.selenium.bidi.network.Cookie
- isSelected() - Method in class org.openqa.selenium.remote.RemoteWebElement
- isSupported(String) - Method in class org.openqa.selenium.remote.codec.AbstractHttpCommandCodec
- isSupported(String) - Method in interface org.openqa.selenium.remote.CommandCodec
J
- javascript() - Method in interface org.openqa.selenium.devtools.idealized.Domains
- javascript() - Method in class org.openqa.selenium.devtools.noop.NoOpDomains
- Javascript<SCRIPTID,
BINDINGCALLED> - Class in org.openqa.selenium.devtools.idealized - Javascript(DevTools) - Constructor for class org.openqa.selenium.devtools.idealized.Javascript
- JAVASCRIPT_ERROR - Static variable in class org.openqa.selenium.remote.ErrorCodes
-
Deprecated.
- JavascriptLogEntry - Class in org.openqa.selenium.bidi.log
- JavascriptLogEntry(LogLevel, Source, String, long, String, StackTrace) - Constructor for class org.openqa.selenium.bidi.log.JavascriptLogEntry
- JsonToWebElementConverter - Class in org.openqa.selenium.remote
-
Reconstitutes
WebElement
s from their JSON representation. - JsonToWebElementConverter(RemoteWebDriver) - Constructor for class org.openqa.selenium.remote.JsonToWebElementConverter
K
- keySet() - Method in class org.openqa.selenium.remote.html5.RemoteLocalStorage
-
Deprecated.
- keySet() - Method in class org.openqa.selenium.remote.html5.RemoteSessionStorage
-
Deprecated.
- KIND - Static variable in class org.openqa.selenium.remote.tracing.Tags
L
- LAX - Enum constant in enum class org.openqa.selenium.bidi.network.Cookie.SameSite
- LIST_OF_BROWSING_CONTEXT_INFO - Static variable in class org.openqa.selenium.bidi.browsingcontext.BrowsingContext
- loadSystemProperties() - Method in class org.openqa.selenium.remote.service.DriverService.Builder
- LocalFileDetector - Class in org.openqa.selenium.remote
-
Detects files on the local disk.
- LocalFileDetector() - Constructor for class org.openqa.selenium.remote.LocalFileDetector
- LocalValue - Class in org.openqa.selenium.bidi.script
- LocalValue() - Constructor for class org.openqa.selenium.bidi.script.LocalValue
- locateNode(Locator) - Method in class org.openqa.selenium.bidi.browsingcontext.BrowsingContext
- LocateNodeParameters - Class in org.openqa.selenium.bidi.browsingcontext
- LocateNodeParameters(Locator) - Constructor for class org.openqa.selenium.bidi.browsingcontext.LocateNodeParameters
- locateNodes(LocateNodeParameters) - Method in class org.openqa.selenium.bidi.browsingcontext.BrowsingContext
- locateNodes(Locator) - Method in class org.openqa.selenium.bidi.browsingcontext.BrowsingContext
- location() - Method in class org.openqa.selenium.remote.html5.RemoteLocationContext
-
Deprecated.
- Locator - Class in org.openqa.selenium.bidi.browsingcontext
- log() - Method in interface org.openqa.selenium.devtools.idealized.Domains
- log() - Method in class org.openqa.selenium.devtools.noop.NoOpDomains
- 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.
- Log - Class in org.openqa.selenium.bidi.log
- Log - Interface in org.openqa.selenium.devtools.idealized.log
- LOG_NULL - Static variable in class org.openqa.selenium.remote.service.DriverService
- LOG_STDERR - Static variable in class org.openqa.selenium.remote.service.DriverService
- LOG_STDOUT - Static variable in class org.openqa.selenium.remote.service.DriverService
- LogEntry - Class in org.openqa.selenium.bidi.log
- LogEntry - Class in org.openqa.selenium.devtools.idealized.log.model
- LogEntry(String, LogEntry) - Constructor for class org.openqa.selenium.devtools.idealized.log.model.LogEntry
- LogEntry(Optional<GenericLogEntry>, Optional<ConsoleLogEntry>, Optional<JavascriptLogEntry>) - Constructor for class org.openqa.selenium.bidi.log.LogEntry
- LOGGER_CLASS - Enum constant in enum class org.openqa.selenium.remote.tracing.AttributeKey
- LogInspector - Class in org.openqa.selenium.bidi.module
- LogInspector(String, WebDriver) - Constructor for class org.openqa.selenium.bidi.module.LogInspector
- LogInspector(Set<String>, WebDriver) - Constructor for class org.openqa.selenium.bidi.module.LogInspector
- LogInspector(WebDriver) - Constructor for class org.openqa.selenium.bidi.module.LogInspector
- logLevel(LogLevel) - Static method in class org.openqa.selenium.bidi.log.FilterBy
- LogLevel - Enum Class in org.openqa.selenium.bidi.log
- logs() - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions
M
- manage() - Method in class org.openqa.selenium.remote.RemoteWebDriver
- map - Variable in class org.openqa.selenium.bidi.script.Target
- map(String, Type) - Static method in class org.openqa.selenium.bidi.ConverterFunctions
- map(String, Type) - Static method in class org.openqa.selenium.devtools.ConverterFunctions
- map(String, Function<JsonInput, X>) - Static method in class org.openqa.selenium.devtools.ConverterFunctions
- MapLocalValue - Class in org.openqa.selenium.bidi.script
- mapValue(Map<Object, LocalValue>) - Static method in class org.openqa.selenium.bidi.script.LocalValue
- match(String) - Method in class org.openqa.selenium.devtools.CdpVersionFinder
-
Takes a `browserVersion` from a
Capabilities
instance and returns the matching CDP version. - match(Map<String, Object>) - Method in class org.openqa.selenium.devtools.CdpVersionFinder
-
Take the output of `/json/version` from a CDP-enabled tool and uses that information to find a match.
- matches(HttpRequest) - Method in class org.openqa.selenium.remote.tracing.SpanWrappedRoutable
- maxAge(long) - Method in class org.openqa.selenium.bidi.network.SetCookieHeader
- maximize() - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions.RemoteWindow
- MAXIMIZE_CURRENT_WINDOW - Static variable in interface org.openqa.selenium.remote.DriverCommand
- maybeGetBiDi() - Method in interface org.openqa.selenium.bidi.HasBiDi
- maybeGetDevTools() - Method in interface org.openqa.selenium.devtools.HasDevTools
- merge(Capabilities) - Method in class org.openqa.selenium.remote.DesiredCapabilities
-
Merges the extra capabilities provided into this DesiredCapabilities instance.
- Message - Class in org.openqa.selenium.bidi.script
- Message - Class in org.openqa.selenium.devtools
- Message(long, Object) - Constructor for class org.openqa.selenium.devtools.Message
- Message(String, RemoteValue, Source) - Constructor for class org.openqa.selenium.bidi.script.Message
- method(HttpMethod) - Method in class org.openqa.selenium.bidi.network.ContinueRequestParameters
- METHOD_NOT_ALLOWED - Static variable in class org.openqa.selenium.remote.ErrorCodes
-
Deprecated.
- minimize() - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions.RemoteWindow
- MINIMIZE_CURRENT_WINDOW - Static variable in interface org.openqa.selenium.remote.DriverCommand
- MOVE_TARGET_OUT_OF_BOUNDS - Static variable in class org.openqa.selenium.remote.ErrorCodes
-
Deprecated.
N
- name(String) - Method in class org.openqa.selenium.bidi.storage.CookieFilter
- navigate() - Method in class org.openqa.selenium.remote.RemoteWebDriver
- navigate(String) - Method in class org.openqa.selenium.bidi.browsingcontext.BrowsingContext
- navigate(String, ReadinessState) - Method in class org.openqa.selenium.bidi.browsingcontext.BrowsingContext
- NavigationInfo - Class in org.openqa.selenium.bidi.browsingcontext
- NavigationResult - Class in org.openqa.selenium.bidi.browsingcontext
- NavigationResult(String, String) - Constructor for class org.openqa.selenium.bidi.browsingcontext.NavigationResult
- network() - Method in interface org.openqa.selenium.devtools.idealized.Domains
- network() - Method in class org.openqa.selenium.devtools.noop.NoOpDomains
- network() - Method in class org.openqa.selenium.remote.RemoteWebDriver
- Network - Class in org.openqa.selenium.bidi.module
- Network<AUTHREQUIRED,
REQUESTPAUSED> - Class in org.openqa.selenium.devtools.idealized - Network - Interface in org.openqa.selenium.remote
- Network(String, WebDriver) - Constructor for class org.openqa.selenium.bidi.module.Network
- Network(Set<String>, WebDriver) - Constructor for class org.openqa.selenium.bidi.module.Network
- Network(DevTools) - Constructor for class org.openqa.selenium.devtools.idealized.Network
- Network(WebDriver) - Constructor for class org.openqa.selenium.bidi.module.Network
- Network.UserAgent - Class in org.openqa.selenium.devtools.idealized
- NetworkInterceptor - Class in org.openqa.selenium.devtools
-
Provides a mechanism for stubbing out responses to requests in drivers which implement
HasDevTools
. - NetworkInterceptor(WebDriver, Filter) - Constructor for class org.openqa.selenium.devtools.NetworkInterceptor
- NetworkInterceptor(WebDriver, HttpHandler) - Constructor for class org.openqa.selenium.devtools.NetworkInterceptor
- NetworkInterceptor(WebDriver, Routable) - Constructor for class org.openqa.selenium.devtools.NetworkInterceptor
- NEW_SESSION - Static variable in interface org.openqa.selenium.remote.DriverCommand
- NEW_SESSION(Collection<Capabilities>) - Static method in interface org.openqa.selenium.remote.DriverCommand
- NEW_SESSION(Capabilities) - Static method in interface org.openqa.selenium.remote.DriverCommand
- newInstance(Decorated<T>) - Method in class org.openqa.selenium.support.decorators.WebDriverDecorator.ProxyFactory
- newRemoteWebElement() - Method in class org.openqa.selenium.remote.JsonToWebElementConverter
- NewSessionPayload - Class in org.openqa.selenium.remote
- newSpanAsChildOf(Tracer, HttpRequest, String) - Static method in class org.openqa.selenium.remote.tracing.HttpTracing
- newWindow(WindowType) - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteTargetLocator
- NO_ALERT_PRESENT - Static variable in class org.openqa.selenium.remote.ErrorCodes
-
Deprecated.
- NO_SUCH_COOKIE - Static variable in class org.openqa.selenium.remote.ErrorCodes
-
Deprecated.
- NO_SUCH_ELEMENT - Static variable in class org.openqa.selenium.remote.ErrorCodes
-
Deprecated.
- NO_SUCH_FRAME - Static variable in class org.openqa.selenium.remote.ErrorCodes
-
Deprecated.
- NO_SUCH_SESSION - Static variable in class org.openqa.selenium.remote.ErrorCodes
-
Deprecated.
- NO_SUCH_SHADOW_ROOT - Static variable in class org.openqa.selenium.remote.ErrorCodes
-
Deprecated.
- NO_SUCH_WINDOW - Static variable in class org.openqa.selenium.remote.ErrorCodes
-
Deprecated.
- NodeProperties - Class in org.openqa.selenium.bidi.script
- NodeProperties(long, long, Optional<Map<String, String>>, Optional<List<RemoteValue>>, Optional<String>, Optional<NodeProperties.Mode>, Optional<String>, Optional<String>, Optional<RemoteValue>) - Constructor for class org.openqa.selenium.bidi.script.NodeProperties
- NONE - Enum constant in enum class org.openqa.selenium.bidi.browsingcontext.ReadinessState
- NONE - Enum constant in enum class org.openqa.selenium.bidi.network.Cookie.SameSite
- NONE - Enum constant in enum class org.openqa.selenium.bidi.script.ResultOwnership
- NONE - Enum constant in enum class org.openqa.selenium.bidi.script.SerializationOptions.IncludeShadowTree
- NoOpCdpInfo - Class in org.openqa.selenium.devtools.noop
- NoOpCdpInfo() - Constructor for class org.openqa.selenium.devtools.noop.NoOpCdpInfo
- NoOpDomains - Class in org.openqa.selenium.devtools.noop
- NoOpDomains() - Constructor for class org.openqa.selenium.devtools.noop.NoOpDomains
- NoSuchDriverException - Exception in org.openqa.selenium.remote
-
Thrown by
DriverFinder.getDriverPath()
(DriverService, Capabilities)}. - NoSuchDriverException(String) - Constructor for exception org.openqa.selenium.remote.NoSuchDriverException
- NoSuchDriverException(String, Throwable) - Constructor for exception org.openqa.selenium.remote.NoSuchDriverException
- NOT_FOUND - Enum constant in enum class org.openqa.selenium.remote.tracing.Status.Kind
- NOT_FOUND - Static variable in class org.openqa.selenium.remote.tracing.Status
- NULL - Enum constant in enum class org.openqa.selenium.bidi.script.PrimitiveType
- NullAttributeMap - Class in org.openqa.selenium.remote.tracing.empty
- NullAttributeMap() - Constructor for class org.openqa.selenium.remote.tracing.empty.NullAttributeMap
- NullContext - Class in org.openqa.selenium.remote.tracing.empty
- NullContext() - Constructor for class org.openqa.selenium.remote.tracing.empty.NullContext
- NullPropagator - Class in org.openqa.selenium.remote.tracing.empty
- NullPropagator() - Constructor for class org.openqa.selenium.remote.tracing.empty.NullPropagator
- NullSpan - Class in org.openqa.selenium.remote.tracing.empty
- NullSpan() - Constructor for class org.openqa.selenium.remote.tracing.empty.NullSpan
- NullTracer - Class in org.openqa.selenium.remote.tracing.empty
- NullTracer() - Constructor for class org.openqa.selenium.remote.tracing.empty.NullTracer
- nullValue() - Static method in class org.openqa.selenium.bidi.script.LocalValue
- NUMBER - Enum constant in enum class org.openqa.selenium.bidi.script.PrimitiveType
- numberValue(double) - Static method in class org.openqa.selenium.bidi.script.LocalValue
- numberValue(long) - Static method in class org.openqa.selenium.bidi.script.LocalValue
- numberValue(LocalValue.SpecialNumberType) - Static method in class org.openqa.selenium.bidi.script.LocalValue
O
- ObjectLocalValue - Class in org.openqa.selenium.bidi.script
- objectValue(Map<Object, LocalValue>) - Static method in class org.openqa.selenium.bidi.script.LocalValue
- OK - Enum constant in enum class org.openqa.selenium.remote.tracing.Status.Kind
- OK - Static variable in class org.openqa.selenium.remote.tracing.Status
- onAuthRequired(Consumer<ResponseDetails>) - Method in class org.openqa.selenium.bidi.module.Network
- onBeforeRequestSent(Consumer<BeforeRequestSent>) - Method in class org.openqa.selenium.bidi.module.Network
- onBrowsingContextCreated(Consumer<BrowsingContextInfo>) - Method in class org.openqa.selenium.bidi.module.BrowsingContextInspector
- onBrowsingContextDestroyed(Consumer<BrowsingContextInfo>) - Method in class org.openqa.selenium.bidi.module.BrowsingContextInspector
- onBrowsingContextLoaded(Consumer<NavigationInfo>) - Method in class org.openqa.selenium.bidi.module.BrowsingContextInspector
- onConsoleEntry(Consumer<ConsoleLogEntry>) - Method in class org.openqa.selenium.bidi.module.LogInspector
- onConsoleEntry(Consumer<ConsoleLogEntry>, FilterBy) - Method in class org.openqa.selenium.bidi.module.LogInspector
- onDomContentLoaded(Consumer<NavigationInfo>) - Method in class org.openqa.selenium.bidi.module.BrowsingContextInspector
- 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.
- onError(Method, InvocationTargetException, Object[]) - Method in interface org.openqa.selenium.support.decorators.Decorated
- onError(Method, InvocationTargetException, Object[]) - Method in class org.openqa.selenium.support.decorators.DefaultDecorated
- onError(Decorated<?>, Method, Object[], InvocationTargetException) - Method in class org.openqa.selenium.support.decorators.WebDriverDecorator
- onFetchError(Consumer<FetchError>) - Method in class org.openqa.selenium.bidi.module.Network
- onFragmentNavigated(Consumer<NavigationInfo>) - Method in class org.openqa.selenium.bidi.module.BrowsingContextInspector
- onGenericLog(Consumer<GenericLogEntry>) - Method in class org.openqa.selenium.bidi.module.LogInspector
- onGenericLog(Consumer<GenericLogEntry>, FilterBy) - Method in class org.openqa.selenium.bidi.module.LogInspector
- onJavaScriptException(Consumer<JavascriptLogEntry>) - Method in class org.openqa.selenium.bidi.module.LogInspector
- onJavaScriptLog(Consumer<JavascriptLogEntry>) - Method in class org.openqa.selenium.bidi.module.LogInspector
- onJavaScriptLog(Consumer<JavascriptLogEntry>, FilterBy) - Method in class org.openqa.selenium.bidi.module.LogInspector
- onLog(Consumer<LogEntry>) - Method in class org.openqa.selenium.bidi.module.LogInspector
- onLog(Consumer<LogEntry>, FilterBy) - Method in class org.openqa.selenium.bidi.module.LogInspector
- onMessage(Consumer<Message>) - Method in class org.openqa.selenium.bidi.module.Script
- onNavigationStarted(Consumer<NavigationInfo>) - Method in class org.openqa.selenium.bidi.module.BrowsingContextInspector
- onRealmCreated(Consumer<RealmInfo>) - Method in class org.openqa.selenium.bidi.module.Script
- onRealmDestroyed(Consumer<RealmInfo>) - Method in class org.openqa.selenium.bidi.module.Script
- onResponseCompleted(Consumer<ResponseDetails>) - Method in class org.openqa.selenium.bidi.module.Network
- onResponseStarted(Consumer<ResponseDetails>) - Method in class org.openqa.selenium.bidi.module.Network
- onUserPromptClosed(Consumer<UserPromptClosed>) - Method in class org.openqa.selenium.bidi.module.BrowsingContextInspector
- onUserPromptOpened(Consumer<UserPromptOpened>) - Method in class org.openqa.selenium.bidi.module.BrowsingContextInspector
- OpaqueKey - Class in org.openqa.selenium.devtools.idealized
- OpaqueKey(Object) - Constructor for class org.openqa.selenium.devtools.idealized.OpaqueKey
- OPEN - Enum constant in enum class org.openqa.selenium.bidi.script.SerializationOptions.IncludeShadowTree
- openSocket(HttpRequest, WebSocket.Listener) - Method in class org.openqa.selenium.remote.tracing.TracedHttpClient
- OpenTelemetryAttributeMap - Class in org.openqa.selenium.remote.tracing.opentelemetry
- OpenTelemetryAttributeMap() - Constructor for class org.openqa.selenium.remote.tracing.opentelemetry.OpenTelemetryAttributeMap
- OpenTelemetryContext - Class in org.openqa.selenium.remote.tracing.opentelemetry
- OpenTelemetryContext(Tracer, Context) - Constructor for class org.openqa.selenium.remote.tracing.opentelemetry.OpenTelemetryContext
- OpenTelemetryTracer - Class in org.openqa.selenium.remote.tracing.opentelemetry
- OpenTelemetryTracer(Tracer, TextMapPropagator) - Constructor for class org.openqa.selenium.remote.tracing.opentelemetry.OpenTelemetryTracer
- OPERA - Static variable in interface org.openqa.selenium.remote.Browser
- org.openqa.selenium.bidi - package org.openqa.selenium.bidi
- org.openqa.selenium.bidi.browsingcontext - package org.openqa.selenium.bidi.browsingcontext
- org.openqa.selenium.bidi.log - package org.openqa.selenium.bidi.log
- org.openqa.selenium.bidi.module - package org.openqa.selenium.bidi.module
- org.openqa.selenium.bidi.network - package org.openqa.selenium.bidi.network
- org.openqa.selenium.bidi.script - package org.openqa.selenium.bidi.script
- org.openqa.selenium.bidi.storage - package org.openqa.selenium.bidi.storage
- org.openqa.selenium.concurrent - package org.openqa.selenium.concurrent
- org.openqa.selenium.devtools - package org.openqa.selenium.devtools
- org.openqa.selenium.devtools.events - package org.openqa.selenium.devtools.events
- org.openqa.selenium.devtools.idealized - package org.openqa.selenium.devtools.idealized
- org.openqa.selenium.devtools.idealized.browser.model - package org.openqa.selenium.devtools.idealized.browser.model
- org.openqa.selenium.devtools.idealized.log - package org.openqa.selenium.devtools.idealized.log
- org.openqa.selenium.devtools.idealized.log.model - package org.openqa.selenium.devtools.idealized.log.model
- org.openqa.selenium.devtools.idealized.runtime.model - package org.openqa.selenium.devtools.idealized.runtime.model
- org.openqa.selenium.devtools.idealized.target - package org.openqa.selenium.devtools.idealized.target
- org.openqa.selenium.devtools.idealized.target.model - package org.openqa.selenium.devtools.idealized.target.model
- org.openqa.selenium.devtools.noop - package org.openqa.selenium.devtools.noop
- org.openqa.selenium.remote - package org.openqa.selenium.remote
- org.openqa.selenium.remote.codec - package org.openqa.selenium.remote.codec
- org.openqa.selenium.remote.codec.w3c - package org.openqa.selenium.remote.codec.w3c
- org.openqa.selenium.remote.html5 - package org.openqa.selenium.remote.html5
- org.openqa.selenium.remote.internal - package org.openqa.selenium.remote.internal
- org.openqa.selenium.remote.locators - package org.openqa.selenium.remote.locators
- 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.tracing - package org.openqa.selenium.remote.tracing
- org.openqa.selenium.remote.tracing.empty - package org.openqa.selenium.remote.tracing.empty
- org.openqa.selenium.remote.tracing.opentelemetry - package org.openqa.selenium.remote.tracing.opentelemetry
- org.openqa.selenium.support.decorators - package org.openqa.selenium.support.decorators
- origin(CaptureScreenshotParameters.Origin) - Method in class org.openqa.selenium.bidi.browsingcontext.CaptureScreenshotParameters
- OUT_OF_RANGE - Enum constant in enum class org.openqa.selenium.remote.tracing.Status.Kind
- OUT_OF_RANGE - Static variable in class org.openqa.selenium.remote.tracing.Status
P
- PAGE_LOAD_STRATEGY - Static variable in interface org.openqa.selenium.remote.CapabilityType
- pageLoadTimeout(long, TimeUnit) - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions.RemoteTimeouts
-
Deprecated.
- pageLoadTimeout(Duration) - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions.RemoteTimeouts
- PAINT_WORKLET - Enum constant in enum class org.openqa.selenium.bidi.script.RealmType
- parent - Variable in class org.openqa.selenium.remote.RemoteWebElement
- parentFrame() - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteTargetLocator
- parseLogOutput(String) - Method in class org.openqa.selenium.remote.service.DriverService.Builder
- PartialCookie - Class in org.openqa.selenium.bidi.storage
- PartialCookie(String, BytesValue, String) - Constructor for class org.openqa.selenium.bidi.storage.PartialCookie
- PartitionDescriptor - Class in org.openqa.selenium.bidi.storage
- PartitionKey - Class in org.openqa.selenium.bidi.storage
- PartitionKey(String, String) - Constructor for class org.openqa.selenium.bidi.storage.PartitionKey
- path(String) - Method in class org.openqa.selenium.bidi.network.SetCookieHeader
- path(String) - Method in class org.openqa.selenium.bidi.storage.CookieFilter
- path(String) - Method in class org.openqa.selenium.bidi.storage.PartialCookie
- pathname(String) - Method in class org.openqa.selenium.bidi.network.UrlPattern
- perform(String, Collection<Sequence>) - Method in class org.openqa.selenium.bidi.module.Input
- perform(Collection<Sequence>) - Method in class org.openqa.selenium.remote.RemoteWebDriver
- PERMISSION_DENIED - Enum constant in enum class org.openqa.selenium.remote.tracing.Status.Kind
- PERMISSION_DENIED - Static variable in class org.openqa.selenium.remote.tracing.Status
- pin(String) - Method in interface org.openqa.selenium.remote.Script
- pin(String, String) - Method in class org.openqa.selenium.devtools.idealized.Javascript
- platform() - Method in class org.openqa.selenium.devtools.idealized.Network.UserAgent
- platform(String) - Method in class org.openqa.selenium.devtools.idealized.Network.UserAgent
- PLATFORM_NAME - Static variable in interface org.openqa.selenium.remote.CapabilityType
- port(String) - Method in class org.openqa.selenium.bidi.network.UrlPattern
- post(String) - Static method in class org.openqa.selenium.remote.codec.AbstractHttpCommandCodec
- prepareToInterceptTraffic() - Method in class org.openqa.selenium.devtools.idealized.Network
- PrimitiveProtocolValue - Class in org.openqa.selenium.bidi.script
- PrimitiveType - Enum Class in org.openqa.selenium.bidi.script
- print(PrintOptions) - Method in class org.openqa.selenium.bidi.browsingcontext.BrowsingContext
- print(PrintOptions) - Method in class org.openqa.selenium.remote.RemoteWebDriver
- PRINT_PAGE - Static variable in interface org.openqa.selenium.remote.DriverCommand
- PRINT_PAGE(PrintOptions) - Static method in interface org.openqa.selenium.remote.DriverCommand
- PROCEED_WITH_REQUEST - Static variable in class org.openqa.selenium.devtools.NetworkInterceptor
-
Return this from a
Routable
in order to have the browser continue the request unmodified. - process - Variable in class org.openqa.selenium.remote.service.DriverService
-
A reference to the current child process.
- PRODUCER - Enum constant in enum class org.openqa.selenium.remote.tracing.Span.Kind
- PROMPT - Enum constant in enum class org.openqa.selenium.bidi.browsingcontext.UserPromptType
- Propagator - Interface in org.openqa.selenium.remote.tracing
- Propagator.Setter<C> - Interface in org.openqa.selenium.remote.tracing
- protocol(String) - Method in class org.openqa.selenium.bidi.network.UrlPattern
- ProtocolHandshake - Class in org.openqa.selenium.remote
- ProtocolHandshake() - Constructor for class org.openqa.selenium.remote.ProtocolHandshake
- ProtocolHandshake.Result - Class in org.openqa.selenium.remote
- provideResponse(ProvideResponseParameters) - Method in class org.openqa.selenium.bidi.module.Network
- ProvideResponseParameters - Class in org.openqa.selenium.bidi.network
- ProvideResponseParameters(String) - Constructor for class org.openqa.selenium.bidi.network.ProvideResponseParameters
- PROXY - Static variable in interface org.openqa.selenium.remote.CapabilityType
- put(String, boolean) - Method in interface org.openqa.selenium.remote.tracing.AttributeMap
- put(String, boolean) - Method in class org.openqa.selenium.remote.tracing.empty.NullAttributeMap
- put(String, boolean) - Method in class org.openqa.selenium.remote.tracing.opentelemetry.OpenTelemetryAttributeMap
- put(String, boolean...) - Method in interface org.openqa.selenium.remote.tracing.AttributeMap
- put(String, boolean...) - Method in class org.openqa.selenium.remote.tracing.empty.NullAttributeMap
- put(String, boolean...) - Method in class org.openqa.selenium.remote.tracing.opentelemetry.OpenTelemetryAttributeMap
- put(String, double) - Method in interface org.openqa.selenium.remote.tracing.AttributeMap
- put(String, double) - Method in class org.openqa.selenium.remote.tracing.empty.NullAttributeMap
- put(String, double) - Method in class org.openqa.selenium.remote.tracing.opentelemetry.OpenTelemetryAttributeMap
- put(String, double...) - Method in interface org.openqa.selenium.remote.tracing.AttributeMap
- put(String, double...) - Method in class org.openqa.selenium.remote.tracing.empty.NullAttributeMap
- put(String, double...) - Method in class org.openqa.selenium.remote.tracing.opentelemetry.OpenTelemetryAttributeMap
- put(String, long) - Method in interface org.openqa.selenium.remote.tracing.AttributeMap
- put(String, long) - Method in class org.openqa.selenium.remote.tracing.empty.NullAttributeMap
- put(String, long) - Method in class org.openqa.selenium.remote.tracing.opentelemetry.OpenTelemetryAttributeMap
- put(String, long...) - Method in interface org.openqa.selenium.remote.tracing.AttributeMap
- put(String, long...) - Method in class org.openqa.selenium.remote.tracing.empty.NullAttributeMap
- put(String, long...) - Method in class org.openqa.selenium.remote.tracing.opentelemetry.OpenTelemetryAttributeMap
- put(String, String) - Method in interface org.openqa.selenium.remote.tracing.AttributeMap
- put(String, String) - Method in class org.openqa.selenium.remote.tracing.empty.NullAttributeMap
- put(String, String) - Method in class org.openqa.selenium.remote.tracing.opentelemetry.OpenTelemetryAttributeMap
- put(String, String...) - Method in interface org.openqa.selenium.remote.tracing.AttributeMap
- put(String, String...) - Method in class org.openqa.selenium.remote.tracing.empty.NullAttributeMap
- put(String, String...) - Method in class org.openqa.selenium.remote.tracing.opentelemetry.OpenTelemetryAttributeMap
Q
- quit() - Method in class org.openqa.selenium.remote.RemoteWebDriver
- QUIT - Static variable in interface org.openqa.selenium.remote.DriverCommand
R
- ReadinessState - Enum Class in org.openqa.selenium.bidi.browsingcontext
- RealmInfo - Class in org.openqa.selenium.bidi.script
- RealmInfo(String, String, RealmType) - Constructor for class org.openqa.selenium.bidi.script.RealmInfo
- RealmTarget - Class in org.openqa.selenium.bidi.script
- RealmTarget(String) - Constructor for class org.openqa.selenium.bidi.script.RealmTarget
- RealmType - Enum Class in org.openqa.selenium.bidi.script
- reasonPhrase(String) - Method in class org.openqa.selenium.bidi.network.ContinueResponseParameters
- reasonPhrase(String) - Method in class org.openqa.selenium.bidi.network.ProvideResponseParameters
- reconstructValue(Response) - Method in class org.openqa.selenium.remote.codec.AbstractHttpResponseCodec
- reconstructValue(Response) - Method in class org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec
- referenceContext(String) - Method in class org.openqa.selenium.bidi.browsingcontext.CreateContextParameters
- REFRESH - Static variable in interface org.openqa.selenium.remote.DriverCommand
- regExpValue(String) - Static method in class org.openqa.selenium.bidi.script.LocalValue
- regExpValue(String, String) - Static method in class org.openqa.selenium.bidi.script.LocalValue
- RegExpValue - Class in org.openqa.selenium.bidi.script
- RegExpValue(String) - Constructor for class org.openqa.selenium.bidi.script.RegExpValue
- RegExpValue(String, String) - Constructor for class org.openqa.selenium.bidi.script.RegExpValue
- release(String) - Method in class org.openqa.selenium.bidi.module.Input
- reload() - Method in class org.openqa.selenium.bidi.browsingcontext.BrowsingContext
- reload(ReadinessState) - Method in class org.openqa.selenium.bidi.browsingcontext.BrowsingContext
- RemoteExecuteMethod - Class in org.openqa.selenium.remote
- RemoteExecuteMethod(RemoteWebDriver) - Constructor for class org.openqa.selenium.remote.RemoteExecuteMethod
- RemoteLocalStorage - Class in org.openqa.selenium.remote.html5
-
Deprecated.LocalStorage can be managed by executing JavaScript. @see #executeScript(String, Object...)
- RemoteLocalStorage(ExecuteMethod) - Constructor for class org.openqa.selenium.remote.html5.RemoteLocalStorage
-
Deprecated.
- RemoteLocationContext - Class in org.openqa.selenium.remote.html5
-
Deprecated.This functionality is no longer supported
- RemoteLocationContext(ExecuteMethod) - Constructor for class org.openqa.selenium.remote.html5.RemoteLocationContext
-
Deprecated.
- RemoteLogs - Class in org.openqa.selenium.remote
- RemoteLogs(ExecuteMethod, LocalLogs) - Constructor for class org.openqa.selenium.remote.RemoteLogs
- RemoteNetworkConnection - Class in org.openqa.selenium.remote.mobile
-
Deprecated.This functionality is no longer supported
- RemoteNetworkConnection(ExecuteMethod) - Constructor for class org.openqa.selenium.remote.mobile.RemoteNetworkConnection
-
Deprecated.
- RemoteObject - Class in org.openqa.selenium.devtools.idealized.runtime.model
- RemoteObject(String, Object) - Constructor for class org.openqa.selenium.devtools.idealized.runtime.model.RemoteObject
- remoteReference(String, String) - Static method in class org.openqa.selenium.bidi.script.LocalValue
- remoteReference(RemoteReference.Type, String) - Static method in class org.openqa.selenium.bidi.script.LocalValue
- RemoteReference - Class in org.openqa.selenium.bidi.script
- RemoteReference(String, String) - Constructor for class org.openqa.selenium.bidi.script.RemoteReference
- RemoteReference(RemoteReference.Type, String) - Constructor for class org.openqa.selenium.bidi.script.RemoteReference
- RemoteReference.Type - Enum Class in org.openqa.selenium.bidi.script
- RemoteSessionStorage - Class in org.openqa.selenium.remote.html5
-
Deprecated.LocalStorage can be managed by executing JavaScript. @see #executeScript(String, Object...)
- RemoteSessionStorage(ExecuteMethod) - Constructor for class org.openqa.selenium.remote.html5.RemoteSessionStorage
-
Deprecated.
- RemoteStatus - Class in org.openqa.selenium.remote
-
Deprecated, for removal: This API element is subject to removal in a future version.
- RemoteStatus(Map<String, Object>) - Constructor for class org.openqa.selenium.remote.RemoteStatus
-
Deprecated.
- RemoteTags - Class in org.openqa.selenium.remote
- RemoteTargetLocator() - Constructor for class org.openqa.selenium.remote.RemoteWebDriver.RemoteTargetLocator
- RemoteTimeouts() - Constructor for class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions.RemoteTimeouts
- RemoteValue - Class in org.openqa.selenium.bidi.script
- RemoteValue(RemoteValue.Type, Optional<String>, Optional<Long>, Optional<Object>, Optional<String>) - Constructor for class org.openqa.selenium.bidi.script.RemoteValue
- RemoteWebDriver - Class in org.openqa.selenium.remote
- RemoteWebDriver() - Constructor for class org.openqa.selenium.remote.RemoteWebDriver
- RemoteWebDriver(URL, Capabilities) - Constructor for class org.openqa.selenium.remote.RemoteWebDriver
- RemoteWebDriver(URL, Capabilities, boolean) - Constructor for class org.openqa.selenium.remote.RemoteWebDriver
- RemoteWebDriver(Capabilities) - Constructor for class org.openqa.selenium.remote.RemoteWebDriver
- RemoteWebDriver(Capabilities, boolean) - Constructor for class org.openqa.selenium.remote.RemoteWebDriver
- RemoteWebDriver(CommandExecutor, 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.RemoteTimeouts - Class in org.openqa.selenium.remote
- RemoteWebDriver.RemoteWebDriverOptions.RemoteWindow - Class in org.openqa.selenium.remote
- RemoteWebDriver.When - Enum Class 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_ALL_CREDENTIALS - Static variable in interface org.openqa.selenium.remote.DriverCommand
- REMOVE_CREDENTIAL - Static variable in interface org.openqa.selenium.remote.DriverCommand
- 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
- REMOVE_VIRTUAL_AUTHENTICATOR - Static variable in interface org.openqa.selenium.remote.DriverCommand
- removeAuthenticationHandler(long) - Method in interface org.openqa.selenium.remote.Network
- removeConsoleMessageHandler(long) - Method in interface org.openqa.selenium.remote.Script
- removeDomMutationHandler(long) - Method in interface org.openqa.selenium.remote.Script
- removeIntercept(String) - Method in class org.openqa.selenium.bidi.module.Network
- removeItem(String) - Method in class org.openqa.selenium.remote.html5.RemoteLocalStorage
-
Deprecated.
- removeItem(String) - Method in class org.openqa.selenium.remote.html5.RemoteSessionStorage
-
Deprecated.
- removeJavaScriptErrorHandler(long) - Method in interface org.openqa.selenium.remote.Script
- removeJsBinding(String) - Method in class org.openqa.selenium.devtools.idealized.Javascript
- removeListener(long) - Method in class org.openqa.selenium.bidi.BiDi
- removeListener(long) - Method in class org.openqa.selenium.bidi.Connection
- removePreloadScript(String) - Method in class org.openqa.selenium.bidi.module.Script
- removeRequestHandler(long) - Method in interface org.openqa.selenium.remote.Network
- removeScriptToEvaluateOnNewDocument(SCRIPTID) - Method in class org.openqa.selenium.devtools.idealized.Javascript
- removeUserContext(String) - Method in class org.openqa.selenium.bidi.module.Browser
- removeVirtualAuthenticator(VirtualAuthenticator) - Method in class org.openqa.selenium.remote.RemoteWebDriver
- Reply - Class in org.openqa.selenium.devtools
- Reply() - Constructor for class org.openqa.selenium.devtools.Reply
- REQUEST_ID - Enum constant in enum class org.openqa.selenium.remote.tracing.AttributeKey
- RequestData - Class in org.openqa.selenium.bidi.network
- RequestData(String, String, String, List<Header>, List<Cookie>, long, FetchTimingInfo) - Constructor for class org.openqa.selenium.bidi.network.RequestData
- RequestFailedException - Exception in org.openqa.selenium.devtools
-
This exception is thrown by the final
HttpHandler
in aFilter
chain when the browser fails to send a HTTP request. - RequestFailedException() - Constructor for exception org.openqa.selenium.devtools.RequestFailedException
- requestPausedEvent() - Method in class org.openqa.selenium.devtools.idealized.Network
- RESET_COOLDOWN - Static variable in interface org.openqa.selenium.remote.DriverCommand
- resetCooldown() - Method in class org.openqa.selenium.remote.RemoteWebDriver
- resetInputState() - Method in class org.openqa.selenium.remote.RemoteWebDriver
- resetNetworkFilter() - Method in class org.openqa.selenium.devtools.idealized.Network
- RESOURCE_EXHAUSTED - Enum constant in enum class org.openqa.selenium.remote.tracing.Status.Kind
- RESOURCE_EXHAUSTED - Static variable in class org.openqa.selenium.remote.tracing.Status
- 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
- RESPONSE_STARTED - Enum constant in enum class org.openqa.selenium.bidi.network.InterceptPhase
- responseCodec - Variable in class org.openqa.selenium.remote.HttpCommandExecutor
- ResponseCodec<T> - Interface in org.openqa.selenium.remote
-
Converts
Response
objects to and from another representation. - ResponseData - Class in org.openqa.selenium.bidi.network
- ResponseDetails - Class in org.openqa.selenium.bidi.network
- resultOwnership(ResultOwnership) - Method in class org.openqa.selenium.bidi.script.CallFunctionParameters
- resultOwnership(ResultOwnership) - Method in class org.openqa.selenium.bidi.script.EvaluateParameters
- ResultOwnership - Enum Class in org.openqa.selenium.bidi.script
- ROOT - Enum constant in enum class org.openqa.selenium.bidi.script.ResultOwnership
S
- SAFARI - Static variable in interface org.openqa.selenium.remote.Browser
- SAFARI_TECH_PREVIEW - Static variable in interface org.openqa.selenium.remote.Browser
- sameSite(Cookie.SameSite) - Method in class org.openqa.selenium.bidi.network.SetCookieHeader
- sameSite(Cookie.SameSite) - Method in class org.openqa.selenium.bidi.storage.CookieFilter
- sameSite(Cookie.SameSite) - Method in class org.openqa.selenium.bidi.storage.PartialCookie
- score(Capabilities) - Method in class org.openqa.selenium.remote.service.DriverService.Builder
-
Provides a measure of how strongly this
DriverService
supports the givencapabilities
. - 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
- ScreenshotException(Throwable) - Constructor for exception org.openqa.selenium.remote.ScreenshotException
- script() - Method in class org.openqa.selenium.remote.RemoteWebDriver
- Script - Class in org.openqa.selenium.bidi.module
- Script - Interface in org.openqa.selenium.remote
- Script(String, WebDriver) - Constructor for class org.openqa.selenium.bidi.module.Script
- Script(Set<String>, WebDriver) - Constructor for class org.openqa.selenium.bidi.module.Script
- Script(WebDriver) - Constructor for class org.openqa.selenium.bidi.module.Script
- ScriptId - Class in org.openqa.selenium.devtools.idealized
- ScriptId(Object) - Constructor for class org.openqa.selenium.devtools.idealized.ScriptId
- scriptTimeout(Duration) - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions.RemoteTimeouts
- search(String) - Method in class org.openqa.selenium.bidi.network.UrlPattern
- secure(boolean) - Method in class org.openqa.selenium.bidi.network.SetCookieHeader
- secure(boolean) - Method in class org.openqa.selenium.bidi.storage.CookieFilter
- secure(boolean) - Method in class org.openqa.selenium.bidi.storage.PartialCookie
- SELECT_ACCOUNT - Static variable in interface org.openqa.selenium.remote.DriverCommand
- SELECT_ACCOUNT(int) - Static method in interface org.openqa.selenium.remote.DriverCommand
- SeleniumCdpConnection - Class in org.openqa.selenium.devtools
- SeleniumSpanExporter - Class in org.openqa.selenium.remote.tracing.opentelemetry
- SeleniumSpanExporter() - Constructor for class org.openqa.selenium.remote.tracing.opentelemetry.SeleniumSpanExporter
- send(Command<X>) - Method in class org.openqa.selenium.bidi.BiDi
- send(Command<X>) - Method in class org.openqa.selenium.bidi.Connection
- send(Command<X>) - Method in class org.openqa.selenium.devtools.DevTools
- send(Command<X>, Duration) - Method in class org.openqa.selenium.devtools.DevTools
- send(SessionID, Command<X>) - Method in class org.openqa.selenium.devtools.Connection
- SEND_KEYS_TO_ELEMENT - Static variable in interface org.openqa.selenium.remote.DriverCommand
- SEND_KEYS_TO_ELEMENT(String, CharSequence[]) - Static method in interface org.openqa.selenium.remote.DriverCommand
- sendAndWait(Command<X>, Duration) - Method in class org.openqa.selenium.bidi.Connection
- sendAndWait(SessionID, Command<X>, Duration) - Method in class org.openqa.selenium.devtools.Connection
- sendKeys(CharSequence...) - Method in class org.openqa.selenium.remote.RemoteWebElement
- sendOutputTo(OutputStream) - Method in class org.openqa.selenium.remote.service.DriverService
- serializationOptions(SerializationOptions) - Method in class org.openqa.selenium.bidi.script.CallFunctionParameters
- serializationOptions(SerializationOptions) - Method in class org.openqa.selenium.bidi.script.EvaluateParameters
- SerializationOptions - Class in org.openqa.selenium.bidi.script
- SerializationOptions() - Constructor for class org.openqa.selenium.bidi.script.SerializationOptions
- SerializationOptions.IncludeShadowTree - Enum Class in org.openqa.selenium.bidi.script
- SERVER - Enum constant in enum class org.openqa.selenium.remote.tracing.Span.Kind
- SERVICE_WORKED - Enum constant in enum class org.openqa.selenium.bidi.script.RealmType
- SESSION_CAPABILITIES - Enum constant in enum class org.openqa.selenium.remote.tracing.AttributeKey
- SESSION_ID - Enum constant in enum class org.openqa.selenium.remote.tracing.AttributeKey
- SESSION_ID - Static variable in class org.openqa.selenium.remote.RemoteTags
- SESSION_ID_EVENT - Static variable in class org.openqa.selenium.remote.RemoteTags
- SESSION_NOT_CREATED - Static variable in class org.openqa.selenium.remote.ErrorCodes
-
Deprecated.
- SESSION_URI - Enum constant in enum class org.openqa.selenium.remote.tracing.AttributeKey
- SessionId - Class in org.openqa.selenium.remote
- SessionId(String) - Constructor for class org.openqa.selenium.remote.SessionId
- SessionId(UUID) - Constructor for class org.openqa.selenium.remote.SessionId
- SessionID - Class in org.openqa.selenium.devtools.idealized.target.model
-
Unique identifier of attached debugging session.
- SessionID(String) - Constructor for class org.openqa.selenium.devtools.idealized.target.model.SessionID
- set(C, String, String) - Method in interface org.openqa.selenium.remote.tracing.Propagator.Setter
- SET_ALERT_VALUE - Static variable in interface org.openqa.selenium.remote.DriverCommand
- SET_ALERT_VALUE(String) - Static method in interface org.openqa.selenium.remote.DriverCommand
- SET_CURRENT_WINDOW_POSITION - Static variable in interface org.openqa.selenium.remote.DriverCommand
- SET_CURRENT_WINDOW_POSITION(Point) - Static method in interface org.openqa.selenium.remote.DriverCommand
- SET_CURRENT_WINDOW_SIZE - Static variable in interface org.openqa.selenium.remote.DriverCommand
- SET_CURRENT_WINDOW_SIZE(Dimension) - Static method in interface org.openqa.selenium.remote.DriverCommand
- SET_DELAY_ENABLED - Static variable in interface org.openqa.selenium.remote.DriverCommand
- SET_DELAY_ENABLED(boolean) - Static method in interface org.openqa.selenium.remote.DriverCommand
- SET_IMPLICIT_WAIT_TIMEOUT(long, TimeUnit) - Static method in interface org.openqa.selenium.remote.DriverCommand
-
Deprecated.
- SET_IMPLICIT_WAIT_TIMEOUT(Duration) - Static method 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_PAGE_LOAD_TIMEOUT(long, TimeUnit) - Static method in interface org.openqa.selenium.remote.DriverCommand
-
Deprecated.
- SET_PAGE_LOAD_TIMEOUT(Duration) - Static method in interface org.openqa.selenium.remote.DriverCommand
- SET_SCRIPT_TIMEOUT - Static variable in interface org.openqa.selenium.remote.DriverCommand
- SET_SCRIPT_TIMEOUT(long, TimeUnit) - Static method in interface org.openqa.selenium.remote.DriverCommand
-
Deprecated.
- SET_SCRIPT_TIMEOUT(Duration) - Static method 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_USER_VERIFIED - Static variable in interface org.openqa.selenium.remote.DriverCommand
- SET_WINDOW_RECT - Static variable in interface org.openqa.selenium.remote.CapabilityType
- setAcceptInsecureCerts(boolean) - Method in class org.openqa.selenium.remote.AbstractDriverOptions
- setAcceptInsecureCerts(boolean) - Method in class org.openqa.selenium.remote.DesiredCapabilities
- setAttribute(String, boolean) - Method in class org.openqa.selenium.remote.tracing.empty.NullSpan
- setAttribute(String, boolean) - Method in interface org.openqa.selenium.remote.tracing.Span
- setAttribute(String, Number) - Method in class org.openqa.selenium.remote.tracing.empty.NullSpan
- setAttribute(String, Number) - Method in interface org.openqa.selenium.remote.tracing.Span
- setAttribute(String, String) - Method in class org.openqa.selenium.remote.tracing.empty.NullSpan
- setAttribute(String, String) - Method in interface org.openqa.selenium.remote.tracing.Span
- setAutoAttach() - Method in interface org.openqa.selenium.devtools.idealized.target.Target
- setBrowserName(String) - Method in class org.openqa.selenium.remote.DesiredCapabilities
- setBrowserVersion(String) - Method in class org.openqa.selenium.remote.AbstractDriverOptions
- setCacheBehavior(CacheBehavior) - Method in class org.openqa.selenium.bidi.module.Network
- setCacheBehavior(CacheBehavior, List<String>) - Method in class org.openqa.selenium.bidi.module.Network
- setCapability(String, Object) - 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
- setCookie(SetCookieParameters) - Method in class org.openqa.selenium.bidi.module.Storage
- SetCookieHeader - Class in org.openqa.selenium.bidi.network
- SetCookieHeader(String, BytesValue) - Constructor for class org.openqa.selenium.bidi.network.SetCookieHeader
- SetCookieParameters - Class in org.openqa.selenium.bidi.storage
- SetCookieParameters(PartialCookie) - Constructor for class org.openqa.selenium.bidi.storage.SetCookieParameters
- SetCookieParameters(PartialCookie, PartitionDescriptor) - Constructor for class org.openqa.selenium.bidi.storage.SetCookieParameters
- setDelayEnabled(boolean) - Method in class org.openqa.selenium.remote.RemoteWebDriver
- setElementConverter(JsonToWebElementConverter) - Method in class org.openqa.selenium.remote.RemoteWebDriver
- setEnableDownloads(boolean) - Method in class org.openqa.selenium.remote.AbstractDriverOptions
- setErrorHandler(ErrorHandler) - Method in class org.openqa.selenium.remote.RemoteWebDriver
- setExecutable(String) - Method in class org.openqa.selenium.remote.service.DriverService
- 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
- setFiles(String, String, String) - Method in class org.openqa.selenium.bidi.module.Input
- setFiles(String, String, List<String>) - Method in class org.openqa.selenium.bidi.module.Input
- setFiles(String, RemoteReference, String) - Method in class org.openqa.selenium.bidi.module.Input
- setFiles(String, RemoteReference, List<String>) - Method in class org.openqa.selenium.bidi.module.Input
- setFoundBy(SearchContext, String, String) - Method in class org.openqa.selenium.remote.RemoteWebElement
- setFoundBy(SearchContext, WebElement, String, String) - Method in class org.openqa.selenium.remote.RemoteWebDriver
- setHttpLogs(boolean) - Static method in class org.openqa.selenium.remote.tracing.opentelemetry.OpenTelemetryTracer
- setId(String) - Method in class org.openqa.selenium.remote.RemoteWebElement
- setImplicitWaitTimeout(Duration) - Method in class org.openqa.selenium.remote.AbstractDriverOptions
- setIncludeServerErrors(boolean) - Method in class org.openqa.selenium.remote.ErrorHandler
- setIncludeShadowTree(SerializationOptions.IncludeShadowTree) - Method in class org.openqa.selenium.bidi.script.SerializationOptions
- setItem(String, String) - Method in class org.openqa.selenium.remote.html5.RemoteLocalStorage
-
Deprecated.
- setItem(String, String) - Method in class org.openqa.selenium.remote.html5.RemoteSessionStorage
-
Deprecated.
- setLocalLogs(LocalLogs) - Method in class org.openqa.selenium.remote.HttpCommandExecutor
- setLocalLogs(LocalLogs) - Method in class org.openqa.selenium.remote.TracedCommandExecutor
- SetLocalValue - Class in org.openqa.selenium.bidi.script
- setLocation(Location) - Method in class org.openqa.selenium.remote.html5.RemoteLocationContext
-
Deprecated.
- setLogLevel(Level) - Method in class org.openqa.selenium.remote.RemoteWebDriver
-
Sets the RemoteWebDriver's client log level.
- setMaxDomDepth(long) - Method in class org.openqa.selenium.bidi.script.SerializationOptions
- setMaxNodeCount(long) - Method in class org.openqa.selenium.bidi.browsingcontext.LocateNodeParameters
- setMaxObjectDepth(long) - Method in class org.openqa.selenium.bidi.script.SerializationOptions
- setName(String) - Method in class org.openqa.selenium.remote.tracing.empty.NullSpan
- setName(String) - Method in interface org.openqa.selenium.remote.tracing.Span
- setNetworkConnection(NetworkConnection.ConnectionType) - Method in class org.openqa.selenium.remote.mobile.RemoteNetworkConnection
-
Deprecated.
- setOpenTelemetryContext(Context) - Method in class org.openqa.selenium.remote.tracing.opentelemetry.OpenTelemetryTracer
- setPageLoadStrategy(PageLoadStrategy) - Method in class org.openqa.selenium.remote.AbstractDriverOptions
- setPageLoadTimeout(Duration) - Method in class org.openqa.selenium.remote.AbstractDriverOptions
- setParent(RemoteWebDriver) - Method in class org.openqa.selenium.remote.RemoteWebElement
- setPlatform(Platform) - Method in class org.openqa.selenium.remote.DesiredCapabilities
- setPlatformName(String) - Method in class org.openqa.selenium.remote.AbstractDriverOptions
- setPosition(Point) - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions.RemoteWindow
- setProxy(Proxy) - Method in class org.openqa.selenium.remote.AbstractDriverOptions
- setSandbox(String) - Method in class org.openqa.selenium.bidi.browsingcontext.LocateNodeParameters
- setScriptTimeout(long, TimeUnit) - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions.RemoteTimeouts
-
Deprecated.
- setScriptTimeout(Duration) - Method in class org.openqa.selenium.remote.AbstractDriverOptions
- setScriptTimeout(Duration) - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions.RemoteTimeouts
-
Deprecated.
- setSerializationOptions(SerializationOptions) - Method in class org.openqa.selenium.bidi.browsingcontext.LocateNodeParameters
- 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
- setStartNodes(List<RemoteReference>) - Method in class org.openqa.selenium.bidi.browsingcontext.LocateNodeParameters
- setState(String) - Method in class org.openqa.selenium.remote.Response
- setStatus(Integer) - Method in class org.openqa.selenium.remote.Response
-
Deprecated.
- setStatus(Status) - Method in class org.openqa.selenium.remote.tracing.empty.NullSpan
- setStatus(Status) - Method in interface org.openqa.selenium.remote.tracing.Span
- setStrictFileInteractability(boolean) - Method in class org.openqa.selenium.remote.AbstractDriverOptions
- setTarget(Decorated<Z>) - Method in interface org.openqa.selenium.support.decorators.WebDriverDecorator.HasTarget
- setUnhandledPromptBehaviour(UnexpectedAlertBehaviour) - Method in class org.openqa.selenium.remote.AbstractDriverOptions
- setUserAgent(String) - Method in class org.openqa.selenium.devtools.idealized.Network
- setUserAgent(Network.UserAgent) - Method in class org.openqa.selenium.devtools.idealized.Network
- setUserAgentOverride(Network.UserAgent) - Method in class org.openqa.selenium.devtools.idealized.Network
- setValue(Object) - Method in class org.openqa.selenium.remote.Response
- setValue(Set<LocalValue>) - Static method in class org.openqa.selenium.bidi.script.LocalValue
- setVersion(String) - Method in class org.openqa.selenium.remote.DesiredCapabilities
- setViewport(double, double) - Method in class org.openqa.selenium.bidi.browsingcontext.BrowsingContext
- setViewport(double, double, double) - Method in class org.openqa.selenium.bidi.browsingcontext.BrowsingContext
- SHARED_ID - Enum constant in enum class org.openqa.selenium.bidi.script.RemoteReference.Type
- SHARED_WORKED - Enum constant in enum class org.openqa.selenium.bidi.script.RealmType
- shutdownGracefully(String, ExecutorService) - Static method in class org.openqa.selenium.concurrent.ExecutorServices
- size() - Method in class org.openqa.selenium.remote.html5.RemoteLocalStorage
-
Deprecated.
- size() - Method in class org.openqa.selenium.remote.html5.RemoteSessionStorage
-
Deprecated.
- size(long) - Method in class org.openqa.selenium.bidi.storage.CookieFilter
- size(long) - Method in class org.openqa.selenium.bidi.storage.PartialCookie
- Source - Class in org.openqa.selenium.bidi.script
- sourceOrigin(String) - Method in class org.openqa.selenium.bidi.storage.StorageKeyPartitionDescriptor
- Span - Interface in org.openqa.selenium.remote.tracing
- SPAN_KIND - Enum constant in enum class org.openqa.selenium.remote.tracing.AttributeKey
- Span.Kind - Enum Class in org.openqa.selenium.remote.tracing
- SpanDecorator - Class in org.openqa.selenium.remote.tracing
- SpanDecorator(Tracer, Function<HttpRequest, String>) - Constructor for class org.openqa.selenium.remote.tracing.SpanDecorator
- SpanWrappedHttpHandler - Class in org.openqa.selenium.remote.tracing
- SpanWrappedHttpHandler(Tracer, Function<HttpRequest, String>, HttpHandler) - Constructor for class org.openqa.selenium.remote.tracing.SpanWrappedHttpHandler
- SpanWrappedRoutable - Class in org.openqa.selenium.remote.tracing
- SpanWrappedRoutable(Tracer, Function<HttpRequest, String>, Routable) - Constructor for class org.openqa.selenium.remote.tracing.SpanWrappedRoutable
- SPECIAL_NUMBER - Enum constant in enum class org.openqa.selenium.bidi.script.PrimitiveType
- StackFrame - Class in org.openqa.selenium.bidi.log
- StackFrame - Class in org.openqa.selenium.bidi.script
- StackFrame(String, String, int, int) - Constructor for class org.openqa.selenium.bidi.log.StackFrame
- StackTrace - Class in org.openqa.selenium.bidi.log
- StackTrace - Class in org.openqa.selenium.bidi.script
- StackTrace(List<StackFrame>) - Constructor for class org.openqa.selenium.bidi.log.StackTrace
- STALE_ELEMENT_REFERENCE - Static variable in class org.openqa.selenium.remote.ErrorCodes
-
Deprecated.
- start() - Method in class org.openqa.selenium.remote.service.DriverService
-
Starts this service if it is not already running.
- startSession(Capabilities) - Method in class org.openqa.selenium.remote.RemoteWebDriver
- Status - Class in org.openqa.selenium.remote.tracing
- STATUS - Static variable in interface org.openqa.selenium.remote.DriverCommand
- Status.Kind - Enum Class in org.openqa.selenium.remote.tracing
- statusCode(int) - Method in class org.openqa.selenium.bidi.network.ContinueResponseParameters
- statusCode(int) - Method in class org.openqa.selenium.bidi.network.ProvideResponseParameters
- stop() - Method in class org.openqa.selenium.remote.service.DriverService
-
Stops this service if it is currently running.
- Storage - Class in org.openqa.selenium.bidi.module
- Storage(WebDriver) - Constructor for class org.openqa.selenium.bidi.module.Storage
- StorageKeyPartitionDescriptor - Class in org.openqa.selenium.bidi.storage
- StorageKeyPartitionDescriptor() - Constructor for class org.openqa.selenium.bidi.storage.StorageKeyPartitionDescriptor
- stream() - Method in class org.openqa.selenium.remote.NewSessionPayload
-
Stream the
Capabilities
encoded in the payload used to create this instance. - STRICT - Enum constant in enum class org.openqa.selenium.bidi.network.Cookie.SameSite
- STRICT_FILE_INTERACTABILITY - Static variable in interface org.openqa.selenium.remote.CapabilityType
- STRING - Enum constant in enum class org.openqa.selenium.bidi.network.BytesValue.Type
- STRING - Enum constant in enum class org.openqa.selenium.bidi.script.PrimitiveType
- stringValue(String) - Static method in class org.openqa.selenium.bidi.script.LocalValue
- submit() - Method in class org.openqa.selenium.remote.RemoteWebElement
- SUBMIT_ELEMENT - Static variable in interface org.openqa.selenium.remote.DriverCommand
- SUBMIT_ELEMENT(String) - Static method in interface org.openqa.selenium.remote.DriverCommand
- SUCCESS - Enum constant in enum class org.openqa.selenium.bidi.script.EvaluateResult.Type
- SUCCESS - Static variable in class org.openqa.selenium.remote.ErrorCodes
-
Deprecated.
- SUCCESS_STRING - Static variable in class org.openqa.selenium.remote.ErrorCodes
-
Deprecated.
- SWITCH_TO_FRAME - Static variable in interface org.openqa.selenium.remote.DriverCommand
- SWITCH_TO_FRAME(Object) - Static method in interface org.openqa.selenium.remote.DriverCommand
- SWITCH_TO_NEW_WINDOW - Static variable in interface org.openqa.selenium.remote.DriverCommand
- SWITCH_TO_NEW_WINDOW(WindowType) - Static method 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
- SWITCH_TO_WINDOW(String) - Static method in interface org.openqa.selenium.remote.DriverCommand
- switchTo() - Method in class org.openqa.selenium.remote.RemoteWebDriver
T
- Tags - Class in org.openqa.selenium.remote.tracing
- target() - Method in interface org.openqa.selenium.devtools.idealized.Domains
- target() - Method in class org.openqa.selenium.devtools.noop.NoOpDomains
- Target - Class in org.openqa.selenium.bidi.script
- Target - Interface in org.openqa.selenium.devtools.idealized.target
- Target() - Constructor for class org.openqa.selenium.bidi.script.Target
- TargetID - Class in org.openqa.selenium.devtools.idealized.target.model
- TargetID(String) - Constructor for class org.openqa.selenium.devtools.idealized.target.model.TargetID
- TargetInfo - Class in org.openqa.selenium.devtools.idealized.target.model
- TargetInfo(TargetID, String, String, String, Boolean, Optional<TargetID>, Optional<BrowserContextID>) - Constructor for class org.openqa.selenium.devtools.idealized.target.model.TargetInfo
- thisParameter(LocalValue) - Method in class org.openqa.selenium.bidi.script.CallFunctionParameters
- throwIfResponseFailed(Response, long) - Method in class org.openqa.selenium.remote.ErrorHandler
- TIMEOUT - Static variable in class org.openqa.selenium.remote.ErrorCodes
-
Deprecated.
- timeouts() - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions
- TIMEOUTS - Static variable in interface org.openqa.selenium.remote.CapabilityType
- toConsoleEvent(CONSOLEEVENT) - Method in class org.openqa.selenium.devtools.idealized.Events
- toJsException(EXCEPTIONTHROWN) - Method in class org.openqa.selenium.devtools.idealized.Events
- toJson() - Method in class org.openqa.selenium.bidi.script.ArrayLocalValue
- toJson() - Method in class org.openqa.selenium.bidi.script.ChannelValue
- toJson() - Method in class org.openqa.selenium.bidi.script.DateLocalValue
- toJson() - Method in class org.openqa.selenium.bidi.script.LocalValue
- toJson() - Method in class org.openqa.selenium.bidi.script.MapLocalValue
- toJson() - Method in class org.openqa.selenium.bidi.script.ObjectLocalValue
- toJson() - Method in class org.openqa.selenium.bidi.script.PrimitiveProtocolValue
- toJson() - Method in class org.openqa.selenium.bidi.script.RegExpValue
- toJson() - Method in class org.openqa.selenium.bidi.script.RemoteReference
- toJson() - Method in class org.openqa.selenium.bidi.script.SerializationOptions
- toJson() - Method in class org.openqa.selenium.bidi.script.SetLocalValue
- toJson() - Method in interface org.openqa.selenium.remote.Browser
- toJson() - Method in class org.openqa.selenium.remote.RemoteWebElement
- toJson() - Method in interface org.openqa.selenium.support.decorators.WebDriverDecorator.JsonSerializer
- toMap() - Method in class org.openqa.selenium.bidi.browsingcontext.BoxClipRectangle
- toMap() - Method in class org.openqa.selenium.bidi.browsingcontext.CaptureScreenshotParameters
- toMap() - Method in class org.openqa.selenium.bidi.browsingcontext.ClipRectangle
- toMap() - Method in class org.openqa.selenium.bidi.browsingcontext.CreateContextParameters
- toMap() - Method in class org.openqa.selenium.bidi.browsingcontext.ElementClipRectangle
- toMap() - Method in class org.openqa.selenium.bidi.browsingcontext.LocateNodeParameters
- toMap() - Method in class org.openqa.selenium.bidi.browsingcontext.Locator
- toMap() - Method in class org.openqa.selenium.bidi.network.AddInterceptParameters
- toMap() - Method in class org.openqa.selenium.bidi.network.BytesValue
- toMap() - Method in class org.openqa.selenium.bidi.network.ContinueRequestParameters
- toMap() - Method in class org.openqa.selenium.bidi.network.ContinueResponseParameters
- toMap() - Method in class org.openqa.selenium.bidi.network.Cookie
- toMap() - Method in class org.openqa.selenium.bidi.network.Header
- toMap() - Method in class org.openqa.selenium.bidi.network.ProvideResponseParameters
- toMap() - Method in class org.openqa.selenium.bidi.network.SetCookieHeader
- toMap() - Method in class org.openqa.selenium.bidi.network.UrlPattern
- toMap() - Method in class org.openqa.selenium.bidi.script.CallFunctionParameters
- toMap() - Method in class org.openqa.selenium.bidi.script.EvaluateParameters
- toMap() - Method in class org.openqa.selenium.bidi.script.Target
- toMap() - Method in class org.openqa.selenium.bidi.storage.BrowsingContextPartitionDescriptor
- toMap() - Method in class org.openqa.selenium.bidi.storage.CookieFilter
- toMap() - Method in class org.openqa.selenium.bidi.storage.DeleteCookiesParameters
- toMap() - Method in class org.openqa.selenium.bidi.storage.GetCookiesParameters
- toMap() - Method in class org.openqa.selenium.bidi.storage.PartialCookie
- toMap() - Method in class org.openqa.selenium.bidi.storage.SetCookieParameters
- toMap() - Method in class org.openqa.selenium.bidi.storage.StorageKeyPartitionDescriptor
- toState(Integer) - Method in class org.openqa.selenium.remote.ErrorCodes
-
Deprecated.
- toStatus(String, Optional<Integer>) - Method in class org.openqa.selenium.remote.ErrorCodes
-
Deprecated.
- toStatusCode(Throwable) - Method in class org.openqa.selenium.remote.ErrorCodes
-
Deprecated.
- toString() - Method in enum class org.openqa.selenium.bidi.browsingcontext.CaptureScreenshotParameters.Origin
- toString() - Method in enum class org.openqa.selenium.bidi.browsingcontext.ReadinessState
- toString() - Method in enum class org.openqa.selenium.bidi.browsingcontext.UserPromptType
- toString() - Method in class org.openqa.selenium.bidi.Event
- toString() - Method in enum class org.openqa.selenium.bidi.log.LogLevel
- toString() - Method in enum class org.openqa.selenium.bidi.network.BytesValue.Type
- toString() - Method in enum class org.openqa.selenium.bidi.network.CacheBehavior
- toString() - Method in enum class org.openqa.selenium.bidi.network.Cookie.SameSite
- toString() - Method in enum class org.openqa.selenium.bidi.network.InterceptPhase
- toString() - Method in enum class org.openqa.selenium.bidi.script.EvaluateResult.Type
- toString() - Method in enum class org.openqa.selenium.bidi.script.PrimitiveType
- toString() - Method in enum class org.openqa.selenium.bidi.script.RealmType
- toString() - Method in enum class org.openqa.selenium.bidi.script.RemoteReference.Type
- toString() - Method in enum class org.openqa.selenium.bidi.script.ResultOwnership
- toString() - Method in class org.openqa.selenium.devtools.CdpInfo
- toString() - Method in class org.openqa.selenium.devtools.Event
- toString() - Method in class org.openqa.selenium.devtools.events.ConsoleEvent
- toString() - Method in class org.openqa.selenium.devtools.idealized.browser.model.BrowserContextID
- toString() - Method in class org.openqa.selenium.devtools.idealized.runtime.model.RemoteObject
- toString() - Method in class org.openqa.selenium.devtools.idealized.target.model.SessionID
- toString() - Method in class org.openqa.selenium.devtools.idealized.target.model.TargetID
- toString() - Method in class org.openqa.selenium.devtools.Message
- 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
-
Deprecated.
- 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
- toString() - Method in class org.openqa.selenium.remote.tracing.opentelemetry.OpenTelemetryContext
- toString() - Method in enum class org.openqa.selenium.remote.tracing.Span.Kind
- toString() - Method in class org.openqa.selenium.support.decorators.DefaultDecorated
- TraceContext - Interface in org.openqa.selenium.remote.tracing
- TracedCommandExecutor - Class in org.openqa.selenium.remote
- TracedCommandExecutor(CommandExecutor, Tracer) - Constructor for class org.openqa.selenium.remote.TracedCommandExecutor
- TracedHttpClient - Class in org.openqa.selenium.remote.tracing
- TracedHttpClient.Factory - Class in org.openqa.selenium.remote.tracing
- Tracer - Interface in org.openqa.selenium.remote.tracing
- traverseHistory(long) - Method in class org.openqa.selenium.bidi.browsingcontext.BrowsingContext
- TYPE_KEY - Static variable in class org.openqa.selenium.remote.RemoteLogs
U
- UNABLE_TO_CAPTURE_SCREEN - Static variable in class org.openqa.selenium.remote.ErrorCodes
-
Deprecated.
- UNABLE_TO_SET_COOKIE - Static variable in class org.openqa.selenium.remote.ErrorCodes
-
Deprecated.
- UNAUTHENTICATED - Enum constant in enum class org.openqa.selenium.remote.tracing.Status.Kind
- UNAUTHENTICATED - Static variable in class org.openqa.selenium.remote.tracing.Status
- UNAVAILABLE - Enum constant in enum class org.openqa.selenium.remote.tracing.Status.Kind
- UNAVAILABLE - Static variable in class org.openqa.selenium.remote.tracing.Status
- UNDEFINED - Enum constant in enum class org.openqa.selenium.bidi.script.PrimitiveType
- undefinedValue() - Static method in class org.openqa.selenium.bidi.script.LocalValue
- UNEXPECTED_ALERT_PRESENT - Static variable in class org.openqa.selenium.remote.ErrorCodes
-
Deprecated.
- UNHANDLED_ERROR - Static variable in class org.openqa.selenium.remote.ErrorCodes
-
Deprecated.
- UNHANDLED_PROMPT_BEHAVIOUR - Static variable in interface org.openqa.selenium.remote.CapabilityType
- UNIMPLEMENTED - Enum constant in enum class org.openqa.selenium.remote.tracing.Status.Kind
- UNIMPLEMENTED - Static variable in class org.openqa.selenium.remote.tracing.Status
- UNKNOWN - Enum constant in enum class org.openqa.selenium.remote.tracing.Status.Kind
- UNKNOWN - Static variable in class org.openqa.selenium.remote.tracing.Status
- UNKNOWN_COMMAND - Static variable in class org.openqa.selenium.remote.ErrorCodes
-
Deprecated.
- unpin(String) - Method in interface org.openqa.selenium.remote.Script
- 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
- UPLOAD_FILE - Static variable in interface org.openqa.selenium.remote.DriverCommand
- UPLOAD_FILE(String) - Static method in interface org.openqa.selenium.remote.DriverCommand
- UPSTREAM_DIALECT - Enum constant in enum class org.openqa.selenium.remote.tracing.AttributeKey
- url(String) - Method in class org.openqa.selenium.bidi.network.ContinueRequestParameters
- urlPattern(UrlPattern) - Method in class org.openqa.selenium.bidi.network.AddInterceptParameters
- UrlPattern - Class in org.openqa.selenium.bidi.network
- UrlPattern() - Constructor for class org.openqa.selenium.bidi.network.UrlPattern
- urlPatterns(List<UrlPattern>) - Method in class org.openqa.selenium.bidi.network.AddInterceptParameters
- urlStringPattern(String) - Method in class org.openqa.selenium.bidi.network.AddInterceptParameters
- urlStringPatterns(List<String>) - Method in class org.openqa.selenium.bidi.network.AddInterceptParameters
- UselessFileDetector - Class in org.openqa.selenium.remote
-
A file detector that never finds anything.
- UselessFileDetector() - Constructor for class org.openqa.selenium.remote.UselessFileDetector
- userActivation(boolean) - Method in class org.openqa.selenium.bidi.script.CallFunctionParameters
- userActivation(boolean) - Method in class org.openqa.selenium.bidi.script.EvaluateParameters
- userAgent() - Method in class org.openqa.selenium.devtools.idealized.Network.UserAgent
- UserAgent(String) - Constructor for class org.openqa.selenium.devtools.idealized.Network.UserAgent
- userContext(String) - Method in class org.openqa.selenium.bidi.browsingcontext.CreateContextParameters
- userContext(String) - Method in class org.openqa.selenium.bidi.storage.StorageKeyPartitionDescriptor
- UserPromptClosed - Class in org.openqa.selenium.bidi.browsingcontext
- UserPromptOpened - Class in org.openqa.selenium.bidi.browsingcontext
- UserPromptType - Enum Class in org.openqa.selenium.bidi.browsingcontext
- 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
- value(BytesValue) - Method in class org.openqa.selenium.bidi.storage.CookieFilter
- valueOf(String) - Static method in enum class org.openqa.selenium.bidi.browsingcontext.CaptureScreenshotParameters.Origin
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openqa.selenium.bidi.browsingcontext.ReadinessState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openqa.selenium.bidi.browsingcontext.UserPromptType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openqa.selenium.bidi.log.LogLevel
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openqa.selenium.bidi.network.BytesValue.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openqa.selenium.bidi.network.CacheBehavior
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openqa.selenium.bidi.network.Cookie.SameSite
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openqa.selenium.bidi.network.InterceptPhase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openqa.selenium.bidi.script.EvaluateResult.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openqa.selenium.bidi.script.PrimitiveType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openqa.selenium.bidi.script.RealmType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openqa.selenium.bidi.script.RemoteReference.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openqa.selenium.bidi.script.ResultOwnership
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openqa.selenium.bidi.script.SerializationOptions.IncludeShadowTree
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openqa.selenium.remote.Dialect
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openqa.selenium.remote.RemoteWebDriver.When
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openqa.selenium.remote.tracing.AttributeKey
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openqa.selenium.remote.tracing.Span.Kind
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openqa.selenium.remote.tracing.Status.Kind
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.openqa.selenium.bidi.browsingcontext.CaptureScreenshotParameters.Origin
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openqa.selenium.bidi.browsingcontext.ReadinessState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openqa.selenium.bidi.browsingcontext.UserPromptType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openqa.selenium.bidi.log.LogLevel
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openqa.selenium.bidi.network.BytesValue.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openqa.selenium.bidi.network.CacheBehavior
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openqa.selenium.bidi.network.Cookie.SameSite
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openqa.selenium.bidi.network.InterceptPhase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openqa.selenium.bidi.script.EvaluateResult.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openqa.selenium.bidi.script.PrimitiveType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openqa.selenium.bidi.script.RealmType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openqa.selenium.bidi.script.RemoteReference.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openqa.selenium.bidi.script.ResultOwnership
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openqa.selenium.bidi.script.SerializationOptions.IncludeShadowTree
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openqa.selenium.remote.Dialect
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openqa.selenium.remote.RemoteWebDriver.When
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openqa.selenium.remote.tracing.AttributeKey
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openqa.selenium.remote.tracing.Span.Kind
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openqa.selenium.remote.tracing.Status.Kind
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VIEWPORT - Enum constant in enum class org.openqa.selenium.bidi.browsingcontext.CaptureScreenshotParameters.Origin
W
- W3C - Enum constant in enum class org.openqa.selenium.remote.Dialect
- W3CHttpCommandCodec - Class in org.openqa.selenium.remote.codec.w3c
-
A command codec that adheres to the W3C's WebDriver wire protocol.
- W3CHttpCommandCodec() - Constructor for class org.openqa.selenium.remote.codec.w3c.W3CHttpCommandCodec
- W3CHttpResponseCodec - Class in org.openqa.selenium.remote.codec.w3c
-
A response codec that adheres to the W3C WebDriver wire protocol.
- W3CHttpResponseCodec() - Constructor for class org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec
- waitUntilAvailable() - Method in class org.openqa.selenium.remote.service.DriverService
- WARNING - Enum constant in enum class org.openqa.selenium.bidi.log.LogLevel
- WebDriverDecorator<T extends org.openqa.selenium.WebDriver> - Class in org.openqa.selenium.support.decorators
-
This class helps to create decorators for instances of
WebDriver
and derived objects, such asWebElement
s andAlert
, that can extend or modify their "regular" behavior. - WebDriverDecorator() - Constructor for class org.openqa.selenium.support.decorators.WebDriverDecorator
- WebDriverDecorator(Class<T>) - Constructor for class org.openqa.selenium.support.decorators.WebDriverDecorator
- WebDriverDecorator.Definition - Class in org.openqa.selenium.support.decorators
- WebDriverDecorator.HasTarget<Z> - Interface in org.openqa.selenium.support.decorators
- WebDriverDecorator.JsonSerializer - Interface in org.openqa.selenium.support.decorators
- WebDriverDecorator.ProxyFactory<T> - Class in org.openqa.selenium.support.decorators
- WebElementToJsonConverter - Class in org.openqa.selenium.remote.internal
-
Deprecated.This class has moved to a
new location
. - WebElementToJsonConverter - Class in org.openqa.selenium.remote
-
Converts
RemoteWebElement
objects, which may bewrapped
, into their JSON representation as defined by the WebDriver wire protocol. - WebElementToJsonConverter() - Constructor for class org.openqa.selenium.remote.internal.WebElementToJsonConverter
-
Deprecated.
- WebElementToJsonConverter() - Constructor for class org.openqa.selenium.remote.WebElementToJsonConverter
- window() - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions
- window(String) - Method in class org.openqa.selenium.remote.RemoteWebDriver.RemoteTargetLocator
- WINDOW - Enum constant in enum class org.openqa.selenium.bidi.script.RealmType
- WindowProxyProperties - Class in org.openqa.selenium.bidi.script
- WindowRealmInfo - Class in org.openqa.selenium.bidi.script
- WindowRealmInfo(String, String, RealmType, String, Optional<String>) - Constructor for class org.openqa.selenium.bidi.script.WindowRealmInfo
- withDescription(String) - Method in class org.openqa.selenium.remote.tracing.Status
- 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.
- withLogOutput(OutputStream) - Method in class org.openqa.selenium.remote.service.DriverService.Builder
- withTimeout(Duration) - Method in class org.openqa.selenium.remote.service.DriverService.Builder
-
Configures the timeout waiting for driver server to start.
- WORKER - Enum constant in enum class org.openqa.selenium.bidi.script.RealmType
- WORKLET - Enum constant in enum class org.openqa.selenium.bidi.script.RealmType
- wrap(Runnable) - Method in class org.openqa.selenium.remote.tracing.empty.NullContext
- wrap(Runnable) - Method in class org.openqa.selenium.remote.tracing.opentelemetry.OpenTelemetryContext
- wrap(Runnable) - Method in interface org.openqa.selenium.remote.tracing.TraceContext
- wrap(Callable<V>) - Method in class org.openqa.selenium.remote.tracing.empty.NullContext
- wrap(Callable<V>) - Method in class org.openqa.selenium.remote.tracing.opentelemetry.OpenTelemetryContext
- wrap(Callable<V>) - Method in interface org.openqa.selenium.remote.tracing.TraceContext
- writeTo(Appendable) - Method in class org.openqa.selenium.remote.NewSessionPayload
X
- xpath(String) - Static method in class org.openqa.selenium.bidi.browsingcontext.Locator
- XPATH_LOOKUP_ERROR - Static variable in class org.openqa.selenium.remote.ErrorCodes
-
Deprecated.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form