Warning: This API is now obsolete.
Do not use.
dragover
will automatically be performed during dragging.
class ElementHandle {
dragOver(
this: ElementHandle<Element>,
data?: Protocol.Input.DragData,
): Promise<void>;
}
Parameter | Type | Description |
---|---|---|
this | [ElementHandle](./puppeteer.elementhandle.md)<Element> | |
data | Protocol.Input.DragData | _(Optional)_ |
Returns:
Promise<void>