file_upload
Upload files to any file input by specifying its element ref or CSS selector. Provide absolute file paths to set single or multiple files for upload.
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 |