Chrome Debug MCP Server

by robertheadley
Verified

wait_for_selector

Use this tool to pause execution until a specified CSS selector appears on a webpage, optionally waiting for visibility or setting a timeout, enabling precise control in Chrome browser automation.

Instructions

Wait for an element to appear on the page

Input Schema

NameRequiredDescriptionDefault
selectorYesCSS selector to wait for
timeoutNoOptional timeout in milliseconds
visibleNoWhether element should be visible

Input Schema (JSON Schema)

{ "properties": { "selector": { "description": "CSS selector to wait for", "type": "string" }, "timeout": { "description": "Optional timeout in milliseconds", "type": "number" }, "visible": { "description": "Whether element should be visible", "type": "boolean" } }, "required": [ "selector" ], "type": "object" }

You must be authenticated.

Other Tools from Chrome Debug MCP Server

Related Tools

ID: nguhnsghor