mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
933 B
933 B
Home > puppeteer > Protocol > Emulation > SetTouchEmulationEnabledRequest
Protocol.Emulation.SetTouchEmulationEnabledRequest interface
Signature:
export interface SetTouchEmulationEnabledRequest
Properties
Property | Type | Description |
---|---|---|
enabled | boolean | Whether the touch event emulation should be enabled. |
maxTouchPoints | integer | Maximum touch points supported. Defaults to one. |