type_text
Input specified text into a browser session using the Chrome Debug MCP Server, enabling automation of typing tasks with persistent login sessions.
Instructions
输入文本内容
Input Schema
Name | Required | Description | Default |
---|---|---|---|
text | Yes | 要输入的文本内容 |
Input Schema (JSON Schema)
{
"properties": {
"text": {
"description": "要输入的文本内容",
"type": "string"
}
},
"required": [
"text"
],
"type": "object"
}