Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 481 Bytes

puppeteer.elementhandle.touchmove.md

File metadata and controls

44 lines (27 loc) · 481 Bytes
sidebar_label
ElementHandle.touchMove

ElementHandle.touchMove() method

Signature:

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

Parameters

Parameter

Type

Description

this

ElementHandle<Element>

**Returns:**

Promise<void>