Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 484 Bytes

puppeteer.elementhandle.touchstart.md

File metadata and controls

44 lines (27 loc) · 484 Bytes
sidebar_label
ElementHandle.touchStart

ElementHandle.touchStart() method

Signature:

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

Parameters

Parameter

Type

Description

this

ElementHandle<Element>

**Returns:**

Promise<void>