puppeteer/docs/api/puppeteer.touchscreen.touchend.md
2023-02-03 10:59:21 +00:00

231 B

sidebar_label
Touchscreen.touchEnd

Touchscreen.touchEnd() method

Dispatches a touchend event.

Signature:

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

Returns:

Promise<void>