Skip to main content
Glama

Selenium MCP Server

by themindmod

browser_type

Simulate text input into web elements using Selenium WebDriver. Specify the target element, input text, and optionally submit the form to automate tasks like form filling or data entry.

Instructions

Type text into editable element

Input Schema

NameRequiredDescriptionDefault
elementYesHuman-readable element description
refYesExact target element reference from the page snapshot
submitNoWhether to submit entered text (press Enter after)
textYesText to type into the element

Input Schema (JSON Schema)

{ "properties": { "element": { "description": "Human-readable element description", "type": "string" }, "ref": { "description": "Exact target element reference from the page snapshot", "type": "string" }, "submit": { "description": "Whether to submit entered text (press Enter after)", "type": "boolean" }, "text": { "description": "Text to type into the element", "type": "string" } }, "required": [ "element", "ref", "text" ], "type": "object" }

Other Tools from Selenium MCP 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/themindmod/selenium-mcp-server'

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