website/versioned_docs/version-24.40.0/api/puppeteer.elementhandle.drop.md
Drops the given element onto the current one.
class ElementHandle {
drop(
this: ElementHandle<Element>,
element: ElementHandle<Element>,
): Promise<void>;
}
Parameter
</th><th>Type
</th><th>Description
</th></tr></thead> <tbody><tr><td>this
</td><td>ElementHandle<Element>
</td><td> </td></tr> <tr><td>element
</td><td>ElementHandle<Element>
</td><td> </td></tr> </tbody></table>Returns:
Promise<void>
<h2 id="overload-2">drop(): Promise<void></h2>Warning: This API is now obsolete.
No longer supported.
class ElementHandle {
drop(
this: ElementHandle<Element>,
data?: Protocol.Input.DragData,
): Promise<void>;
}
Parameter
</th><th>Type
</th><th>Description
</th></tr></thead> <tbody><tr><td>this
</td><td>ElementHandle<Element>
</td><td> </td></tr> <tr><td>data
</td><td>Protocol.Input.DragData
</td><td>(Optional)
</td></tr> </tbody></table>Returns:
Promise<void>