veil_upload
Upload local files to any file input element using absolute paths, bypassing the OS file picker for automation.
Instructions
Attach local files to a file (even a hidden one) without an OS file picker. Paths must be absolute. selector defaults to the first input[type=file]; pass a specific one if the page has several.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paths | Yes | absolute file paths | |
| selector | No | CSS selector for the file input (default input[type="file"]) |