browser_upload_file
Upload files to web forms by specifying a CSS selector and local file path for automated browser testing and interaction.
Instructions
Upload a file to a file input element.
Note: The file must exist on the machine running this MCP server.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | CSS selector for the file input element | |
| file_path | Yes | Path to the file to upload (on your local machine) | |
| timeout | No | Timeout in milliseconds |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |