puppeteer/new-docs/puppeteer.protocol.webauthn.virtualauthenticatoroptions.automaticpresencesimulation.md
2020-07-13 14:01:35 +01:00

746 B

Home > puppeteer > Protocol > WebAuthn > VirtualAuthenticatorOptions > automaticPresenceSimulation

Protocol.WebAuthn.VirtualAuthenticatorOptions.automaticPresenceSimulation property

If set to true, tests of user presence will succeed immediately. Otherwise, they will not be resolved. Defaults to true.

Signature:

automaticPresenceSimulation?: boolean;