Uses of Class
org.openqa.selenium.devtools.v111.webauthn.model.Credential
-
Packages that use Credential Package Description org.openqa.selenium.devtools.v111.webauthn org.openqa.selenium.devtools.v111.webauthn.model -
-
Uses of Credential in org.openqa.selenium.devtools.v111.webauthn
Methods in org.openqa.selenium.devtools.v111.webauthn that return types with arguments of type Credential Modifier and Type Method Description static org.openqa.selenium.devtools.Command<Credential>WebAuthn. getCredential(AuthenticatorId authenticatorId, java.lang.String credentialId)Returns a single credential stored in the given virtual authenticator that matches the credential ID.static org.openqa.selenium.devtools.Command<java.util.List<Credential>>WebAuthn. getCredentials(AuthenticatorId authenticatorId)Returns all the credentials stored in the given virtual authenticator.Methods in org.openqa.selenium.devtools.v111.webauthn with parameters of type Credential Modifier and Type Method Description static org.openqa.selenium.devtools.Command<java.lang.Void>WebAuthn. addCredential(AuthenticatorId authenticatorId, Credential credential)Adds the credential to the specified authenticator. -
Uses of Credential in org.openqa.selenium.devtools.v111.webauthn.model
Methods in org.openqa.selenium.devtools.v111.webauthn.model that return Credential Modifier and Type Method Description CredentialCredentialAdded. getCredential()CredentialCredentialAsserted. getCredential()Constructors in org.openqa.selenium.devtools.v111.webauthn.model with parameters of type Credential Constructor Description CredentialAdded(AuthenticatorId authenticatorId, Credential credential)CredentialAsserted(AuthenticatorId authenticatorId, Credential credential)
-