Skip to main content
Glama

AutoProbeMCP

by Wladastic

wait_for_element

Monitors web elements for specific states (attached, detached, visible, hidden) using CSS selectors, ensuring synchronization in browser automation workflows within AutoProbeMCP.

Instructions

Wait for an element to appear or disappear

Input Schema

NameRequiredDescriptionDefault
selectorYesCSS selector for the element
stateNoState to wait forvisible
timeoutNoTimeout in milliseconds

Input Schema (JSON Schema)

{ "properties": { "selector": { "description": "CSS selector for the element", "type": "string" }, "state": { "default": "visible", "description": "State to wait for", "enum": [ "attached", "detached", "visible", "hidden" ], "type": "string" }, "timeout": { "default": 30000, "description": "Timeout in milliseconds", "type": "number" } }, "required": [ "selector" ], "type": "object" }

Other Tools from AutoProbeMCP

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/AutoProbeMCP'

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