puppeteer/website/versioned_docs/version-10.0.0/puppeteer.elementhandle.drag.md

25 lines
599 B
Markdown
Raw Normal View History

<!-- 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;