Skip to main content
Glama

Selenium MCP Server

by themindmod

browser_type

Automates text input into web elements using Selenium. Specify the target element and text to type, with an option to submit the form, enabling efficient web automation and testing.

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" }
Install Server

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