browser_file_upload
Upload one or multiple files to a file input in a browser tab. Omit paths to cancel the file chooser or clear existing input.
Instructions
Upload one or multiple files in the specified tab.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paths | No | Absolute paths to files. If omitted, cancels the file chooser or clears the input. | |
| tab_id | No | Stable tab id from browser_tabs list; preferred when multiple agents run in parallel. Mutually exclusive with tab_index. | |
| tab_index | No | Tab index from browser_tabs list. If omitted, uses the lowest-index tab. Mutually exclusive with tab_id. |