714 B
714 B
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>