browser_file_upload
Upload a local file to a selected input element on a webpage. Provide the CSS selector of the input and the file path to complete the upload.
Instructions
Upload a file to a file input element
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path to the file to upload | |
| selector | Yes | CSS selector of the file input element |