puppeteer/new-docs/puppeteer.protocol.input.dispatchtoucheventrequest.type.md
2020-07-13 14:01:35 +01:00

703 B

Home > puppeteer > Protocol > Input > DispatchTouchEventRequest > type

Protocol.Input.DispatchTouchEventRequest.type property

Type of the touch event. TouchEnd and TouchCancel must not contain any touch points, while TouchStart and TouchMove must contains at least one.

Signature:

type: ('touchStart' | 'touchEnd' | 'touchMove' | 'touchCancel');