Skip to main content
Glama

MCP Browser Server

by Wladastic

click_element

Use this tool to automate clicking on a web element by specifying its CSS selector. It supports customizable timeout settings for reliable browser interactions via the MCP Browser Server.

Instructions

Click on an element by CSS selector

Input Schema

NameRequiredDescriptionDefault
selectorYesCSS selector for the element to click
timeoutNoTimeout in milliseconds

Input Schema (JSON Schema)

{ "properties": { "selector": { "description": "CSS selector for the element to click", "type": "string" }, "timeout": { "default": 5000, "description": "Timeout in milliseconds", "type": "number" } }, "required": [ "selector" ], "type": "object" }
Install Server

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