[Home](./index.md) > [puppeteer](./puppeteer.md) > [ElementHandle](./puppeteer.elementhandle.md) > [drop](./puppeteer.elementhandle.drop.md)
## ElementHandle.drop() method
This method triggers a drop on the element.
Signature:
```typescript
drop(data?: Protocol.Input.DragData): Promise;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| data | Protocol.Input.DragData | |
Returns:
Promise<void>