Uses of Interface
org.openqa.selenium.virtualauthenticator.VirtualAuthenticator
Packages that use VirtualAuthenticator
Package
Description
-
Uses of VirtualAuthenticator in org.openqa.selenium.remote
Methods in org.openqa.selenium.remote that return VirtualAuthenticatorModifier and TypeMethodDescriptionRemoteWebDriver.addVirtualAuthenticator
(VirtualAuthenticatorOptions options) Methods in org.openqa.selenium.remote with parameters of type VirtualAuthenticatorModifier and TypeMethodDescriptionvoid
RemoteWebDriver.removeVirtualAuthenticator
(VirtualAuthenticator authenticator) -
Uses of VirtualAuthenticator in org.openqa.selenium.support.decorators
Methods in org.openqa.selenium.support.decorators that return types with arguments of type VirtualAuthenticatorModifier and TypeMethodDescriptionWebDriverDecorator.createDecorated
(VirtualAuthenticator original) Methods in org.openqa.selenium.support.decorators with parameters of type VirtualAuthenticatorModifier and TypeMethodDescriptionWebDriverDecorator.createDecorated
(VirtualAuthenticator original) -
Uses of VirtualAuthenticator in org.openqa.selenium.virtualauthenticator
Methods in org.openqa.selenium.virtualauthenticator that return VirtualAuthenticatorModifier and TypeMethodDescriptionHasVirtualAuthenticator.addVirtualAuthenticator
(VirtualAuthenticatorOptions options) Adds a virtual authenticator with the given options.Methods in org.openqa.selenium.virtualauthenticator with parameters of type VirtualAuthenticatorModifier and TypeMethodDescriptionvoid
HasVirtualAuthenticator.removeVirtualAuthenticator
(VirtualAuthenticator authenticator) Removes a previously added virtual authenticator.