Chrome Debug MCP Server

by robertheadley
Verified

type

Automate text input in Chrome by typing into specified input fields using CSS selectors, with optional keystroke delay, via the Chrome Debug MCP Server.

Instructions

Type text into an input field

Input Schema

NameRequiredDescriptionDefault
delayNoOptional delay between keystrokes (in milliseconds)
selectorYesCSS selector for input field
textYesText to type

Input Schema (JSON Schema)

{ "properties": { "delay": { "description": "Optional delay between keystrokes (in milliseconds)", "type": "number" }, "selector": { "description": "CSS selector for input field", "type": "string" }, "text": { "description": "Text to type", "type": "string" } }, "required": [ "selector", "text" ], "type": "object" }

You must be authenticated.

Other Tools from Chrome Debug MCP Server

Related Tools

ID: nguhnsghor