Web Authn Domain
This domain allows configuring virtual authenticators to test the WebAuthn API.
Functions
Adds the credential to the specified authenticator.
Creates and adds a virtual authenticator.
Clears all the credentials from the specified device.
Triggered when a credential is added to an authenticator.
Triggered when a credential is used in a webauthn assertion.
Disable the WebAuthn domain.
Enable the WebAuthn domain and start intercepting credential storage and retrieval with a virtual authenticator.
Subscribes to all events related to this domain.
Returns a single credential stored in the given virtual authenticator that matches the credential ID.
Returns all the credentials stored in the given virtual authenticator.
Removes a credential from the authenticator.
Removes the given authenticator.
Sets whether tests of user presence will succeed immediately (if true) or fail to resolve (if false) for an authenticator. The default is true.
Allows setting credential properties. https://w3c.github.io/webauthn/#sctn-automation-set-credential-properties
Resets parameters isBogusSignature, isBadUV, isBadUP to false if they are not present.
Sets whether User Verification succeeds or fails for an authenticator. The default is true.