file_upload
Upload files to a webpage's file input using an element reference or CSS selector. Provide absolute file paths to complete the action.
Instructions
Upload file(s) to an identified by ref or CSS selector; file paths must be absolute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | Element ref of the file input | |
| path | Yes | Absolute path(s) of the file(s) to upload | |
| selector | No | CSS selector of the file input; needed for hidden inputs (display:none, off-screen), which have no ref |