Skip to main content
Glama

Playwright MCP

by furugen

browser_wait_for

Wait for specific text to appear or disappear on a webpage, or pause for a set duration during browser automation with Playwright MCP. Enhances precise interaction control in web tasks.

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/furugen/playwright-mcp'

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