mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
733 B
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[];