Skip to main content
Glama

MCP Browser Debugger

click_element

Click on webpage elements using CSS selectors to automate browser interactions for testing, debugging, and data extraction workflows.

Instructions

Clica em um elemento da página

Input Schema

NameRequiredDescriptionDefault
selectorYesSeletor CSS do elemento para clicar
waitForNavigationNoAguardar navegação após o clique

Input Schema (JSON Schema)

{ "properties": { "selector": { "description": "Seletor CSS do elemento para clicar", "type": "string" }, "waitForNavigation": { "default": false, "description": "Aguardar navegação após o clique", "type": "boolean" } }, "required": [ "selector" ], "type": "object" }

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/EmmanuelBarbosaMonteiro/mcp-server-browser'

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