Upload files
browser_uploadAttach local files to a page's file input element as if chosen through the file chooser. Use it to automate file uploads in browser-controlled workflows.
Instructions
Attach local files to a file input element on the page (as if picked via the file chooser).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | Yes | Absolute paths of the files to upload | |
| selector | Yes | The file input element (CSS selector or @eN handle) to set files on |