web_upload_file
Set files on a file input in the DESKTOP grid browser (by pageId). Paths are read on the RDS host, not your machine. NOT a device — there is no webpage_upload_file; the device equivalent is ios_safari_set_input_files (by udid).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paths | Yes | Absolute file paths on the RDS host | |
| pageId | Yes | Page ID from web_navigate | |
| selector | Yes | CSS selector of the <input type=file> |