Upload files
browser_file_uploadUpload files to a page by specifying absolute paths; optionally target a file input using a CSS selector or ref, defaulting to the first input.
Instructions
Set files on a file input. Point target at the input, or omit it to use the first file input on the page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paths | Yes | Absolute paths of the files to upload | |
| target | No | File input ref or CSS selector (defaults to the first file input) |