browser_drop
Drop files or MIME data onto a page element by providing file paths or base64-encoded content, using a snapshot reference or CSS selector as the target.
Instructions
Drop files (via paths) or MIME data (via data) onto an element identified by a ref (eN) or selector.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | MIME data items to drop onto the target via a synthetic drop event. | |
| paths | No | Absolute file paths to drop onto the target (e.g. onto a file input). | |
| target | Yes | Exact target reference from a snapshot (e.g. 'e5'), or a unique Playwright selector (CSS/text). | |
| element | No | Human-readable element description used to obtain permission to interact with the element. |