browser_file_upload
Upload local files to a file input using a CSS selector or aria ref, including inside iframes.
Instructions
Upload files to a by CSS selector or aria ref.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | aria-ref from browser_snapshot, for example e12. Provide exactly one of selector or ref. | |
| paths | Yes | Local file paths to upload. | |
| timeout | No | ||
| selector | No | CSS selector. Provide exactly one of selector or ref. | |
| frameSelector | No | Optional CSS selector for an iframe. When set, selector/ref resolve inside that frame. |