The TouchHandle interface exposes methods to manipulate touches that have been started
export interface TouchHandle
Method | Description |
---|---|
[end()](./puppeteer.touchhandle.end.md) | Dispatches a `touchend` event for this touch. |
[move(x, y)](./puppeteer.touchhandle.move.md) | Dispatches a `touchMove` event for this touch. |