Uses of Annotation Interface
org.openqa.selenium.Beta
Packages that use Beta
Package
Description
- 
Uses of Beta in org.openqa.seleniumClasses 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.chromeMethods in org.openqa.selenium.chrome with annotations of type Beta
- 
Uses of Beta in org.openqa.selenium.chromiumClasses 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.modelMethods in org.openqa.selenium.devtools.idealized.target.model with annotations of type Beta
- 
Uses of Beta in org.openqa.selenium.dockerClasses in org.openqa.selenium.docker with annotations of type Beta
- 
Uses of Beta in org.openqa.selenium.docker.internalClasses in org.openqa.selenium.docker.internal with annotations of type Beta
- 
Uses of Beta in org.openqa.selenium.edgeMethods in org.openqa.selenium.edge with annotations of type Beta
- 
Uses of Beta in org.openqa.selenium.federatedcredentialmanagementClasses 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.firefoxClasses 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.localMethods in org.openqa.selenium.grid.distributor.local with annotations of type Beta
- 
Uses of Beta in org.openqa.selenium.ieMethods in org.openqa.selenium.ie with annotations of type Beta
- 
Uses of Beta in org.openqa.selenium.loggingClasses 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.managerClasses 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.remoteClasses 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.serviceMethods 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.safariClasses 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.decoratorsClasses 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.eventsClasses 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.