Skip to main content
Version: 15.3.0

ElementHandle.drop() method

This method triggers a drop on the element.

Signature:

class ElementHandle {
drop(data?: Protocol.Input.DragData): Promise<void>;
}

Parameters

ParameterTypeDescription
dataProtocol.Input.DragData(Optional)

Returns:

Promise<void>