puppeteer/docs/api/puppeteer.touchscreen.touchend.md

240 B

sidebar_label
Touchscreen.touchEnd

Touchscreen.touchEnd() method

Dispatches a touchend event.

Signature:

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

Returns:

Promise<void>