Skip to main content
Glama

MCP Safari Server

by stevenayl
MIT License
1
  • Apple

wait_for_element

Waits for a specified element to appear on the webpage using a CSS selector, with optional visibility checks and timeout settings, ensuring precise control in web automation tasks.

Instructions

Wait for an element to appear on the page

Input Schema

NameRequiredDescriptionDefault
selectorYesCSS selector to wait for
timeoutNoMaximum time to wait in milliseconds
visibleNoWait for element to be visible

Input Schema (JSON Schema)

{ "properties": { "selector": { "description": "CSS selector to wait for", "type": "string" }, "timeout": { "description": "Maximum time to wait in milliseconds", "type": "number" }, "visible": { "description": "Wait for element to be visible", "type": "boolean" } }, "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/stevenayl/mcp-safari-server'

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