Skip to main content
Glama

Selenium MCP Server

by themindmod

browser_wait_for

Pause browser automation until specific text appears, disappears, or a set duration elapses, optimizing task execution in Selenium-controlled sessions.

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)

{ "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" }
Install Server

Other Tools from Selenium MCP Server

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/themindmod/selenium-mcp-server'

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