browser_wait_for
Wait for a target, text, or duration to appear before continuing browser automation. Ensures page readiness for subsequent steps.
Instructions
Wait for a target, text, or a bounded duration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | ||
| time | No | ||
| pageId | No | Stable page ID; defaults to the session active page | |
| target | No | Snapshot ref such as e12, aria-ref=e12, or a unique CSS selector | |
| timeout | No | ||
| sessionId | No | Optional session ID; defaults to this MCP client active session |