Skip to main content
Glama

Selenium MCP Server

browser_wait_for_element

Wait for a web element to appear on the page using specified locator strategy and timeout, ensuring reliable automation of browser interactions.

Instructions

Wait for an element to be present

Input Schema

NameRequiredDescriptionDefault
byYesLocator strategy to find element
timeoutYesTimeout in milliseconds
valueYesValue for the locator strategy

Input Schema (JSON Schema)

{ "properties": { "by": { "description": "Locator strategy to find element", "enum": [ "id", "css", "xpath", "name", "tag", "class", "link", "partialLink" ], "type": "string" }, "timeout": { "description": "Timeout in milliseconds", "type": "number" }, "value": { "description": "Value for the locator strategy", "type": "string" } }, "required": [ "by", "value", "timeout" ], "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/pshivapr/selenium-mcp'

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