Uses of Class
org.openqa.selenium.devtools.webauthn.model.AuthenticatorProtocol
-
Packages that use AuthenticatorProtocol Package Description org.openqa.selenium.devtools.webauthn.model -
-
Uses of AuthenticatorProtocol in org.openqa.selenium.devtools.webauthn.model
Methods in org.openqa.selenium.devtools.webauthn.model that return AuthenticatorProtocol Modifier and Type Method Description static AuthenticatorProtocolAuthenticatorProtocol. fromString(java.lang.String s)AuthenticatorProtocolVirtualAuthenticatorOptions. getProtocol()static AuthenticatorProtocolAuthenticatorProtocol. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AuthenticatorProtocol[]AuthenticatorProtocol. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openqa.selenium.devtools.webauthn.model with parameters of type AuthenticatorProtocol Constructor Description VirtualAuthenticatorOptions(AuthenticatorProtocol protocol, AuthenticatorTransport transport, java.lang.Boolean hasResidentKey, java.lang.Boolean hasUserVerification, java.lang.Boolean automaticPresenceSimulation)
-