Skip to main content
Glama

Playwright MCP Server

Official
by microsoft

browser_wait_for

Pause execution until specific text appears, disappears, or a defined time elapses. Enhances automation by synchronizing browser actions with dynamic content changes.

Instructions

Wait for text to appear or disappear or a specified time to pass

Input Schema

NameRequiredDescriptionDefault
textNoThe text to wait for
textGoneNoThe text to wait for to disappear
timeNoThe time to wait in seconds

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "text": { "description": "The text to wait for", "type": "string" }, "textGone": { "description": "The text to wait for to disappear", "type": "string" }, "time": { "description": "The time to wait in seconds", "type": "number" } }, "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/microsoft/playwright-mcp'

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