AI Vision Debug MCP Server

playwright_fill

Automate filling input fields using CSS selectors in web interfaces, enabling precise UI testing and interaction scripting for web applications.

Instructions

Fill out an input field

Input Schema

NameRequiredDescriptionDefault
selectorYesCSS selector for input field
valueYesValue to fill

Input Schema (JSON Schema)

{ "properties": { "selector": { "description": "CSS selector for input field", "type": "string" }, "value": { "description": "Value to fill", "type": "string" } }, "required": [ "selector", "value" ], "type": "object" }
ID: lbb1el5owd