puppeteer/new-docs/puppeteer.protocol.page.settouchemulationenabledrequest.md
2020-07-13 14:01:35 +01:00

20 lines
896 B
Markdown

<!-- 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. |
| [enabled](./puppeteer.protocol.page.settouchemulationenabledrequest.enabled.md) | boolean | Whether the touch event emulation should be enabled. |