Skip to main content
Glama

PlayMCP Browser Automation Server

by jomon003

waitForSelector

Pause execution until a specified HTML element appears on the webpage, ensuring synchronization in browser automation tasks. Input includes a CSS selector and optional timeout.

Instructions

Wait for a specific selector to appear on the page

Input Schema

NameRequiredDescriptionDefault
selectorYes
timeoutNoTimeout in milliseconds (default: 30000)

Input Schema (JSON Schema)

{ "properties": { "selector": { "type": "string" }, "timeout": { "description": "Timeout in milliseconds (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/jomon003/PlayMCP'

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