<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) > [puppeteer](./puppeteer.md) > [Mouse](./puppeteer.mouse.md) > [drop](./puppeteer.mouse.drop.md) ## Mouse.drop() method Performs a dragenter, dragover, and drop in sequence. <b>Signature:</b> ```typescript drop(target: Point, data: Protocol.Input.DragData): Promise<void>; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | target | [Point](./puppeteer.point.md) | point to drop on | | data | Protocol.Input.DragData | drag data containing items and operations mask | <b>Returns:</b> Promise<void>