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

733 B

Home > puppeteer > Protocol > Input > DispatchTouchEventRequest > touchPoints

Protocol.Input.DispatchTouchEventRequest.touchPoints property

Active touch points on the touch device. One event per any changed point (compared to previous touch event in a sequence) is generated, emulating pressing/moving/releasing points one by one.

Signature:

touchPoints: TouchPoint[];