Uses of Annotation Interface
org.openqa.selenium.Beta
Packages that use Beta
Package
Description
-
Uses of Beta in org.openqa.selenium
Classes in org.openqa.selenium with annotations of type BetaModifier and TypeInterfaceDescriptionstatic interface
interface
Describes, in general terms, a webdriver instance.Methods in org.openqa.selenium with annotations of type Beta -
Uses of Beta in org.openqa.selenium.chrome
Methods in org.openqa.selenium.chrome with annotations of type Beta -
Uses of Beta in org.openqa.selenium.chromium
Classes in org.openqa.selenium.chromium with annotations of type BetaModifier and TypeInterfaceDescriptioninterface
Used by classes to indicate that they can cast devices to available sink targets.interface
Used by classes to indicate that they can execute Command DevTools commands.interface
Used by classes to indicate that they can launch a Chromium app.interface
Used by classes to indicate that they can simulate different network conditions.interface
Used by classes to indicate that they can adjust permissions compatible items. -
Uses of Beta in org.openqa.selenium.devtools.idealized.target.model
Methods in org.openqa.selenium.devtools.idealized.target.model with annotations of type Beta -
Uses of Beta in org.openqa.selenium.docker
Classes in org.openqa.selenium.docker with annotations of type Beta -
Uses of Beta in org.openqa.selenium.docker.internal
Classes in org.openqa.selenium.docker.internal with annotations of type Beta -
Uses of Beta in org.openqa.selenium.edge
Methods in org.openqa.selenium.edge with annotations of type Beta -
Uses of Beta in org.openqa.selenium.federatedcredentialmanagement
Classes in org.openqa.selenium.federatedcredentialmanagement with annotations of type BetaModifier and TypeInterfaceDescriptioninterface
Used by classes to indicate that they can interact with FedCM dialogs. -
Uses of Beta in org.openqa.selenium.firefox
Classes in org.openqa.selenium.firefox with annotations of type BetaModifier and TypeInterfaceDescriptioninterface
Used by classes to indicate that they can change the context commands operate in.interface
Used by classes to indicate that they can install and uninstall browser extensions on the fly.interface
Used by classes to indicate that they can take a full page screenshot.Methods in org.openqa.selenium.firefox with annotations of type Beta -
Uses of Beta in org.openqa.selenium.grid.distributor.local
Methods in org.openqa.selenium.grid.distributor.local with annotations of type Beta -
Uses of Beta in org.openqa.selenium.ie
Methods in org.openqa.selenium.ie with annotations of type Beta -
Uses of Beta in org.openqa.selenium.logging
Classes in org.openqa.selenium.logging with annotations of type BetaModifier and TypeClassDescriptionclass
Represent a pool ofLogEntry
.interface
Interface for providing logs.class
Contains the logs for a session divided by supported log types.Methods in org.openqa.selenium.logging with annotations of type Beta -
Uses of Beta in org.openqa.selenium.manager
Classes in org.openqa.selenium.manager with annotations of type BetaModifier and TypeClassDescriptionclass
This implementation is still in beta, and may change. -
Uses of Beta in org.openqa.selenium.remote
Classes in org.openqa.selenium.remote with annotations of type BetaModifier and TypeClassDescriptionclass
Enhance the interfaces implemented by an instance of theWebDriver
based on the returnedCapabilities
of the driver.interface
class
protected class
class
Create a new Selenium session using the W3C WebDriver protocol.interface
Methods in org.openqa.selenium.remote with annotations of type BetaModifier and TypeMethodDescriptionstatic RemoteWebDriverBuilder
RemoteWebDriver.builder()
<X> X
RemoteWebElement.getScreenshotAs
(OutputType<X> outputType) RemoteWebDriver.RemoteWebDriverOptions.logs()
RemoteWebDriver.RemoteWebDriverOptions.window()
-
Uses of Beta in org.openqa.selenium.remote.service
Methods in org.openqa.selenium.remote.service with annotations of type BetaModifier and TypeMethodDescriptionDriverService.Builder.withEnvironment
(Map<String, String> environment) Defines the environment for the launched driver server. -
Uses of Beta in org.openqa.selenium.safari
Classes in org.openqa.selenium.safari with annotations of type BetaModifier and TypeInterfaceDescriptioninterface
Used by classes to indicate that they can open the browser debugger.interface
Used by classes to indicate that they can take adjust permissions.Methods in org.openqa.selenium.safari with annotations of type Beta -
Uses of Beta in org.openqa.selenium.support.decorators
Classes in org.openqa.selenium.support.decorators with annotations of type BetaModifier and TypeClassDescriptionclass
WebDriverDecorator<T extends WebDriver>
This class helps to create decorators for instances ofWebDriver
and derived objects, such asWebElement
s andAlert
, that can extend or modify their "regular" behavior. -
Uses of Beta in org.openqa.selenium.support.events
Classes in org.openqa.selenium.support.events with annotations of type BetaModifier and TypeClassDescriptionclass
EventFiringDecorator<T extends WebDriver>
This decorator creates a wrapper around an arbitraryWebDriver
instance that notifies registered listeners about events happening in this WebDriver and derived objects, such asWebElement
s andAlert
.interface
Classes that implement this interface are intended to be used withEventFiringDecorator
, read documentation for this class to find detailed usage description.