puppeteer/new-docs/puppeteer.protocol.emulation.settouchemulationenabledrequest.maxtouchpoints.md

14 lines
643 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; [Emulation](./puppeteer.protocol.emulation.md) &gt; [SetTouchEmulationEnabledRequest](./puppeteer.protocol.emulation.settouchemulationenabledrequest.md) &gt; [maxTouchPoints](./puppeteer.protocol.emulation.settouchemulationenabledrequest.maxtouchpoints.md)
## Protocol.Emulation.SetTouchEmulationEnabledRequest.maxTouchPoints property
Maximum touch points supported. Defaults to one.
<b>Signature:</b>
```typescript
maxTouchPoints?: integer;
```