browser_upload
Upload one or more files to a web page's file input by targeting it with a CSS selector and providing absolute file paths.
Instructions
Upload one or more files to a file input element. Use the CSS selector to target the input and provide absolute file paths.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | Yes | Absolute path(s) to the file(s) to upload | |
| selector | Yes | CSS selector for the file input element |