<!-- 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;
```