<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [ElementHandle](./puppeteer.elementhandle.md) &gt; [drag](./puppeteer.elementhandle.drag.md)

## ElementHandle.drag() method

This method creates and captures a dragevent from the element.

<b>Signature:</b>

```typescript
drag(target: Point): Promise<Protocol.Input.DragData>;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  target | [Point](./puppeteer.point.md) |  |

<b>Returns:</b>

Promise&lt;Protocol.Input.DragData&gt;