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

[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Mouse](./puppeteer.mouse.md) &gt; [drag](./puppeteer.mouse.drag.md)

## Mouse.drag() method

Dispatches a `drag` event.

<b>Signature:</b>

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

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  start | [Point](./puppeteer.point.md) | starting point for drag |
|  target | [Point](./puppeteer.point.md) | point to drag to |

<b>Returns:</b>

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