Uses of Class
org.openqa.selenium.devtools.v141.webauthn.model.Credential
Packages that use Credential
Package
Description
-
Uses of Credential in org.openqa.selenium.devtools.v141.webauthn
Methods in org.openqa.selenium.devtools.v141.webauthn that return types with arguments of type CredentialModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Credential> WebAuthn.getCredential(AuthenticatorId authenticatorId, String credentialId) Returns a single credential stored in the given virtual authenticator that matches the credential ID.static org.openqa.selenium.devtools.Command<List<Credential>> WebAuthn.getCredentials(AuthenticatorId authenticatorId) Returns all the credentials stored in the given virtual authenticator.Methods in org.openqa.selenium.devtools.v141.webauthn with parameters of type CredentialModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Void> WebAuthn.addCredential(AuthenticatorId authenticatorId, Credential credential) Adds the credential to the specified authenticator. -
Uses of Credential in org.openqa.selenium.devtools.v141.webauthn.model
Methods in org.openqa.selenium.devtools.v141.webauthn.model that return CredentialModifier and TypeMethodDescriptionCredentialAdded.getCredential()CredentialAsserted.getCredential()CredentialUpdated.getCredential()Constructors in org.openqa.selenium.devtools.v141.webauthn.model with parameters of type CredentialModifierConstructorDescriptionCredentialAdded(AuthenticatorId authenticatorId, Credential credential) CredentialAsserted(AuthenticatorId authenticatorId, Credential credential) CredentialUpdated(AuthenticatorId authenticatorId, Credential credential)