Skip to main content
Version: 22.0.0

ElementHandle.dragOver() method

Warning: This API is now obsolete.

Do not use. dragover will automatically be performed during dragging.

Signature:

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

Parameters

ParameterTypeDescription
thisElementHandle<Element>
dataProtocol.Input.DragData(Optional)

Returns:

Promise<void>