mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
896 B
896 B
Home > puppeteer > Protocol > Page > SetTouchEmulationEnabledRequest
Protocol.Page.SetTouchEmulationEnabledRequest interface
Signature:
export interface SetTouchEmulationEnabledRequest
Properties
Property | Type | Description |
---|---|---|
configuration | ('mobile' | 'desktop') | Touch/gesture events configuration. Default: current platform. |
enabled | boolean | Whether the touch event emulation should be enabled. |