playwright_fill
Automatically populate an input field on a webpage by specifying its CSS selector and desired value, enabling precise browser automation through the MCP Playwright CDP 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 |