nex_browser_wait_for
Pause browser automation until a CSS selector, text, or time condition is met. Use to synchronize actions with page state.
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 |