Uses of Class
org.openqa.selenium.devtools.v85.webauthn.model.Credential
Packages that use Credential
-
Uses of Credential in org.openqa.selenium.devtools.v85.webauthn
Methods in org.openqa.selenium.devtools.v85.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.v85.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.