playwright_fill
Fill web input fields using CSS selectors to automate user interactions. Specify the selector and value for precise web automation tasks.
Instructions
Fill out an input field
Input Schema
Name | Required | Description | Default |
---|---|---|---|
selector | Yes | CSS selector for input field | |
value | Yes | Value to fill |