Back to Puppeteer

Touchscreen.touchEnd() method

docs/api/puppeteer.touchscreen.touchend.md

19.2.2217 B
Original Source

Touchscreen.touchEnd() method

Dispatches a touchend event on the first touch that is active.

Signature

typescript
class Touchscreen {
  touchEnd(): Promise<void>;
}

Returns:

Promise<void>