puppeteer/docs/api/puppeteer.elementhandle.touchend.md

522 B

sidebar_label
ElementHandle.touchEnd

ElementHandle.touchEnd() method

Signature:

class ElementHandle {
  touchEnd(this: ElementHandle<Element>): Promise<void>;
}

Parameters

Parameter Type Description
this ElementHandle<Element>

Returns:

Promise<void>