TouchHandle interface

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

Signature

export interface TouchHandle

Methods

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.