Skip to main content
Glama
by Radek44

wait_for_element

Waits for a UI element to appear in the DOM using CSS selectors, handling asynchronous page loading and dynamic content changes during automated testing.

Instructions

Wait for an element to appear in the DOM. Useful for handling async UI states.

Input Schema

NameRequiredDescriptionDefault
selectorYesCSS selector to wait for
timeoutNoTimeout in milliseconds. Default: 5000

Input Schema (JSON Schema)

{ "properties": { "selector": { "description": "CSS selector to wait for", "type": "string" }, "timeout": { "default": 5000, "description": "Timeout in milliseconds. Default: 5000", "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/Radek44/mcp-tauri-automation'

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