playwright__browser_file_upload
Upload one or multiple files to a browser file input using Playwright. Provide absolute file paths to select files, or omit paths to cancel the file chooser.
Instructions
[playwright] Upload one or multiple files
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paths | No | The absolute paths to the files to upload. Can be single file or multiple files. If omitted, file chooser is cancelled. |