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

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.