puppeteer/new-docs/puppeteer.protocol.webauthn.virtualauthenticatoroptions.automaticpresencesimulation.md

14 lines
746 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [WebAuthn](./puppeteer.protocol.webauthn.md) &gt; [VirtualAuthenticatorOptions](./puppeteer.protocol.webauthn.virtualauthenticatoroptions.md) &gt; [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.
<b>Signature:</b>
```typescript
automaticPresenceSimulation?: boolean;
```