playwright_fill
Fill input fields on web pages using CSS selectors and specified values. Enables precise browser automation for completing forms or updating text fields programmatically.
Instructions
fill out an input field
Input Schema
Name | Required | Description | Default |
---|---|---|---|
selector | Yes | CSS selector for input field | |
value | Yes | Value to fill |