Uses of Interface
org.openqa.selenium.virtualauthenticator.VirtualAuthenticator
Packages that use VirtualAuthenticator
Package
Description
- 
Uses of VirtualAuthenticator in org.openqa.selenium.remoteMethods 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 TypeMethodDescriptionvoidRemoteWebDriver.removeVirtualAuthenticator(VirtualAuthenticator authenticator) 
- 
Uses of VirtualAuthenticator in org.openqa.selenium.support.decoratorsMethods 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.virtualauthenticatorMethods 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 TypeMethodDescriptionvoidHasVirtualAuthenticator.removeVirtualAuthenticator(VirtualAuthenticator authenticator) Removes a previously added virtual authenticator.