playwright_fill
Fill a specified input field on a webpage using a CSS selector and value, enabling browser automation tasks within the mcp-playwright server environment.
Instructions
fill out an input field
Input Schema
Name | Required | Description | Default |
---|---|---|---|
selector | Yes | CSS selector for input field | |
value | Yes | Value to fill |