Back to Puppeteer

TouchHandle interface

docs/api/puppeteer.touchhandle.md

19.2.2578 B
Original Source

TouchHandle interface

The TouchHandle interface exposes methods to manipulate touches that have been started

Signature

typescript
export interface TouchHandle

Methods

<table><thead><tr><th>

Method

</th><th>

Description

</th></tr></thead> <tbody><tr><td>

<span id="end">end()</span>

</td><td>

Dispatches a touchend event for this touch.

</td></tr> <tr><td>

<span id="move">move(x, y)</span>

</td><td>

Dispatches a touchMove event for this touch.

</td></tr> </tbody></table>