Drop files or data
browser_dropSimulate dragging and dropping files or data onto a webpage element.
Instructions
Drop files or MIME-typed data onto an element, as if dragged in from outside the page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Map of MIME type to string value, e.g. {"text/plain": "hello"} | |
| paths | No | Absolute paths of files to drop | |
| target | Yes | Element ref or CSS selector to drop onto |