Skip to main content
Glama

Windows Automation MCP Server

browser_type

Input text into web elements using CSS selectors for automated browser interactions within Windows automation workflows.

Instructions

输入文本到元素

Input Schema

NameRequiredDescriptionDefault
selectorYesCSS 选择器
textYes要输入的文本
sessionIdNo会话 ID(可选)

Input Schema (JSON Schema)

{ "properties": { "selector": { "description": "CSS 选择器", "type": "string" }, "sessionId": { "description": "会话 ID(可选)", "type": "string" }, "text": { "description": "要输入的文本", "type": "string" } }, "required": [ "selector", "text" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/eva-wanxin-git/windows-automation-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server