[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Page](./puppeteer.protocol.page.md) > [SetTouchEmulationEnabledRequest](./puppeteer.protocol.page.settouchemulationenabledrequest.md) > [enabled](./puppeteer.protocol.page.settouchemulationenabledrequest.enabled.md) ## Protocol.Page.SetTouchEmulationEnabledRequest.enabled property Whether the touch event emulation should be enabled. Signature: ```typescript enabled: boolean; ```