mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
522 B
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>