browser_file_upload
Upload a file to a web page by targeting a file input element with a locator strategy (CSS, XPath, ID, etc.) and providing the absolute file path.
Instructions
Uploads a file using a file input element
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| by | Yes | Locator strategy to find element | |
| value | Yes | Value for the locator strategy | |
| timeout | No | Maximum time to wait for element in milliseconds | |
| filePath | Yes | Absolute path to the file to upload |