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
Name | Required | Description | Default |
---|---|---|---|
delay | No | Optional delay between keystrokes (in milliseconds) | |
selector | Yes | CSS selector for input field | |
text | Yes | Text to type |