playwright_upload_file
Upload files to web page file inputs using a CSS selector and file path with this browser automation tool. Simplify file handling in automated workflows with direct integration into Playwright-based environments.
Instructions
Upload a file to an input[type='file'] element on the page
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filePath | Yes | Absolute path to the file to upload | |
selector | Yes | CSS selector for the file input element |