5ff205dc8b
* fix: extends `ElementHandle` to `Node`s (#8552)
740 B
740 B
sidebar_label |
---|
ElementHandle.dragEnter |
ElementHandle.dragEnter() method
This method creates a dragenter
event on the element.
Signature:
class ElementHandle {
dragEnter(
this: ElementHandle<Element>,
data?: Protocol.Input.DragData
): Promise<void>;
}
Parameters
Parameter | Type | Description |
---|---|---|
this | ElementHandle<Element> | |
data | Protocol.Input.DragData | (Optional) |
Returns:
Promise<void>