mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
746 B
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;