Back to Puppeteer

Touchscreen.touchEnd() method

website/versioned_docs/version-24.40.0/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>