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[];