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

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.