static org.openqa.selenium.devtools.Command<java.lang.Void> |
WebAuthn.addCredential(AuthenticatorId authenticatorId,
Credential credential) |
Adds the credential to the specified authenticator.
|
static org.openqa.selenium.devtools.Command<java.lang.Void> |
WebAuthn.clearCredentials(AuthenticatorId authenticatorId) |
Clears all the credentials from the specified device.
|
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.
|
static org.openqa.selenium.devtools.Command<java.lang.Void> |
WebAuthn.removeCredential(AuthenticatorId authenticatorId,
java.lang.String credentialId) |
Removes a credential from the authenticator.
|
static org.openqa.selenium.devtools.Command<java.lang.Void> |
WebAuthn.removeVirtualAuthenticator(AuthenticatorId authenticatorId) |
Removes the given authenticator.
|
static org.openqa.selenium.devtools.Command<java.lang.Void> |
WebAuthn.setAutomaticPresenceSimulation(AuthenticatorId authenticatorId,
java.lang.Boolean enabled) |
Sets whether tests of user presence will succeed immediately (if true) or fail to resolve (if false) for an authenticator.
|
static org.openqa.selenium.devtools.Command<java.lang.Void> |
WebAuthn.setResponseOverrideBits(AuthenticatorId authenticatorId,
java.util.Optional<java.lang.Boolean> isBogusSignature,
java.util.Optional<java.lang.Boolean> isBadUV,
java.util.Optional<java.lang.Boolean> isBadUP) |
Resets parameters isBogusSignature, isBadUV, isBadUP to false if they are not present.
|
static org.openqa.selenium.devtools.Command<java.lang.Void> |
WebAuthn.setUserVerified(AuthenticatorId authenticatorId,
java.lang.Boolean isUserVerified) |
Sets whether User Verification succeeds or fails for an authenticator.
|