599 B
599 B
Home > puppeteer > ElementHandle > drag
ElementHandle.drag() method
This method creates and captures a dragevent from the element.
Signature:
drag(target: Point): Promise<Protocol.Input.DragData>;
Parameters
Parameter | Type | Description |
---|---|---|
target | Point |
Returns:
Promise<Protocol.Input.DragData>