Skip to main content

ElementHandle.drop() method

This method triggers a drop on the element.

Signature:

drop(data?: Protocol.Input.DragData): Promise<void>;

Parameters

ParameterTypeDescription
dataProtocol.Input.DragData(Optional)

Returns:

Promise<void>