--- sidebar_label: ElementHandle.drop --- # ElementHandle.drop() method Drops the given element onto the current one. #### Signature: ```typescript class ElementHandle { drop( this: ElementHandle, element: ElementHandle ): Promise; } ``` ## Parameters
Parameter Type Description
this [ElementHandle](./puppeteer.elementhandle.md)<Element>
element [ElementHandle](./puppeteer.elementhandle.md)<Element>
**Returns:** Promise<void>