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 interfaceinterfaceDescribes, 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 TypeInterfaceDescriptioninterfaceUsed by classes to indicate that they can cast devices to available sink targets.interfaceUsed by classes to indicate that they can execute Command DevTools commands.interfaceUsed by classes to indicate that they can launch a Chromium app.interfaceUsed by classes to indicate that they can simulate different network conditions.interfaceUsed 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 TypeInterfaceDescriptioninterfaceUsed 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 TypeInterfaceDescriptioninterfaceUsed by classes to indicate that they can change the context commands operate in.interfaceUsed by classes to indicate that they can install and uninstall browser extensions on the fly.interfaceUsed 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 TypeClassDescriptionclassRepresent a pool ofLogEntry.interfaceInterface for providing logs.classContains 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 TypeClassDescriptionclassThis 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 TypeClassDescriptionclassEnhance the interfaces implemented by an instance of theWebDriverbased on the returnedCapabilitiesof the driver.interfaceclassprotected classclassCreate a new Selenium session using the W3C WebDriver protocol.interfaceMethods in org.openqa.selenium.remote with annotations of type BetaModifier and TypeMethodDescriptionstatic RemoteWebDriverBuilderRemoteWebDriver.builder()<X> XRemoteWebElement.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 TypeInterfaceDescriptioninterfaceUsed by classes to indicate that they can open the browser debugger.interfaceUsed 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 TypeClassDescriptionclassWebDriverDecorator<T extends WebDriver>This class helps to create decorators for instances ofWebDriverand derived objects, such asWebElements 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 TypeClassDescriptionclassEventFiringDecorator<T extends WebDriver>This decorator creates a wrapper around an arbitraryWebDriverinstance that notifies registered listeners about events happening in this WebDriver and derived objects, such asWebElements andAlert.interfaceClasses that implement this interface are intended to be used withEventFiringDecorator, read documentation for this class to find detailed usage description.