Skip to main content
Glama

Firefox MCP Server

by JediLuke

wait_for_element

Pauses execution until a specified element appears on a webpage, enabling precise Firefox browser automation with configurable timeout and tab selection.

Instructions

Wait for element to appear

Input Schema

NameRequiredDescriptionDefault
selectorYes
tabIdNo
timeoutNo

Input Schema (JSON Schema)

{ "properties": { "selector": { "type": "string" }, "tabId": { "type": "string" }, "timeout": { "default": 30000, "type": "number" } }, "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/JediLuke/firefox-mcp-server'

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