file_upload
Upload files to a specified file input element on a webpage. Provide the tab ID, CSS selector, and file paths to upload.
Instructions
Upload files to a file input element on the page. Pass intent="..." (≤120 chars) to label this action in audit logs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabId | Yes | Tab ID to upload files to | |
| selector | Yes | CSS selector for the file input element | |
| filePaths | Yes | File paths to upload. Paths must resolve under configured file_upload roots. | |
| intent | No | Human-readable label for this action in audit logs (≤120 chars) |