<!-- 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; [Page](./puppeteer.protocol.page.md) &gt; [SetTouchEmulationEnabledRequest](./puppeteer.protocol.page.settouchemulationenabledrequest.md)

## Protocol.Page.SetTouchEmulationEnabledRequest interface

<b>Signature:</b>

```typescript
export interface SetTouchEmulationEnabledRequest 
```

## Properties

|  Property | Type | Description |
|  --- | --- | --- |
|  [configuration](./puppeteer.protocol.page.settouchemulationenabledrequest.configuration.md) | ('mobile' \| 'desktop') | Touch/gesture events configuration. Default: current platform. (SetTouchEmulationEnabledRequestConfiguration enum) |
|  [enabled](./puppeteer.protocol.page.settouchemulationenabledrequest.enabled.md) | boolean | Whether the touch event emulation should be enabled. |