[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [WebAuthn](./puppeteer.protocol.webauthn.md) > [VirtualAuthenticatorOptions](./puppeteer.protocol.webauthn.virtualauthenticatoroptions.md) > [automaticPresenceSimulation](./puppeteer.protocol.webauthn.virtualauthenticatoroptions.automaticpresencesimulation.md) ## 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: ```typescript automaticPresenceSimulation?: boolean; ```