Skip to main content
Glama

MCP Browser Server

by Wladastic

type_text

Enter text into specified input fields using CSS selectors with customizable keystroke delays. Enables precise automation in browser interactions via MCP Browser Server.

Instructions

Type text into an input field

Input Schema

NameRequiredDescriptionDefault
delayNoDelay between keystrokes in milliseconds
selectorYesCSS selector for the input element
textYesText to type

Input Schema (JSON Schema)

{ "properties": { "delay": { "default": 100, "description": "Delay between keystrokes in milliseconds", "type": "number" }, "selector": { "description": "CSS selector for the input element", "type": "string" }, "text": { "description": "Text to type", "type": "string" } }, "required": [ "selector", "text" ], "type": "object" }

Other Tools from MCP Browser Server

Related Tools

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/Wladastic/mcp-browser-server'

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