[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Input](./puppeteer.protocol.input.md) > [DispatchTouchEventRequest](./puppeteer.protocol.input.dispatchtoucheventrequest.md) > [touchPoints](./puppeteer.protocol.input.dispatchtoucheventrequest.touchpoints.md) ## 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: ```typescript touchPoints: TouchPoint[]; ```