Skip to main content
Glama

Selenium MCP Server

by themindmod

browser_click

Automate web interactions by clicking specific elements on a webpage using the Selenium WebDriver. Ideal for tasks like form submission, testing, or data extraction.

Instructions

Perform click on a web page

Input Schema

NameRequiredDescriptionDefault
elementYesHuman-readable element description
refYesExact target element reference from the page snapshot

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" } }, "required": [ "element", "ref" ], "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