playwright_fill
Automate web form filling by specifying a CSS selector and input value using browser automation capabilities within the Playwright MCP Server.
Instructions
fill out an input field
Input Schema
Name | Required | Description | Default |
---|---|---|---|
selector | Yes | CSS selector for input field | |
value | Yes | Value to fill |