Uses of Class
org.openqa.selenium.virtualauthenticator.VirtualAuthenticatorOptions.Transport
-
Packages that use VirtualAuthenticatorOptions.Transport Package Description org.openqa.selenium.virtualauthenticator -
-
Uses of VirtualAuthenticatorOptions.Transport in org.openqa.selenium.virtualauthenticator
Methods in org.openqa.selenium.virtualauthenticator that return VirtualAuthenticatorOptions.Transport Modifier and Type Method Description static VirtualAuthenticatorOptions.TransportVirtualAuthenticatorOptions.Transport. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static VirtualAuthenticatorOptions.Transport[]VirtualAuthenticatorOptions.Transport. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openqa.selenium.virtualauthenticator with parameters of type VirtualAuthenticatorOptions.Transport Modifier and Type Method Description VirtualAuthenticatorOptionsVirtualAuthenticatorOptions. setTransport(VirtualAuthenticatorOptions.Transport transport)
-