Skip to content

Latest commit

 

History

History
64 lines (40 loc) · 663 Bytes

puppeteer.elementhandle.drop_1.md

File metadata and controls

64 lines (40 loc) · 663 Bytes
sidebar_label
ElementHandle.drop_1

ElementHandle.drop() method

Warning: This API is now obsolete.

No longer supported.

Signature:

class ElementHandle {
  drop(
    this: ElementHandle<Element>,
    data?: Protocol.Input.DragData
  ): Promise<void>;
}

Parameters

Parameter

Type

Description

this

ElementHandle<Element>

data

Protocol.Input.DragData

(Optional)

**Returns:**

Promise<void>