<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) > [puppeteer](./puppeteer.md) > [Mouse](./puppeteer.mouse.md) > [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<Protocol.Input.DragData>