Skip to main content
Glama

Selenium MCP Server

by themindmod

browser_click

Execute precise clicks on web elements using Selenium WebDriver for automation tasks. Specify the target element by its description and reference to perform actions like testing, scraping, or form filling.

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

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