[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Emulation](./puppeteer.protocol.emulation.md) > [SetTouchEmulationEnabledRequest](./puppeteer.protocol.emulation.settouchemulationenabledrequest.md) ## Protocol.Emulation.SetTouchEmulationEnabledRequest interface Signature: ```typescript export interface SetTouchEmulationEnabledRequest ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [enabled](./puppeteer.protocol.emulation.settouchemulationenabledrequest.enabled.md) | boolean | Whether the touch event emulation should be enabled. | | [maxTouchPoints](./puppeteer.protocol.emulation.settouchemulationenabledrequest.maxtouchpoints.md) | [integer](./puppeteer.protocol.integer.md) | Maximum touch points supported. Defaults to one. |