camofox_wait_for_selector
Wait for a CSS selector to appear in the live DOM to handle SPA hydration and async content. Use when snapshot refs are incomplete or stale.
Instructions
Wait for a CSS selector to appear in the live DOM. Use for SPA hydration and async content when snapshot refs are incomplete or stale. Once found, prefer snapshot refs for interaction when available. Requires CAMOFOX_API_KEY only when browser-server authentication is enabled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabId | Yes | Tab ID from create_tab | |
| timeout | No | Timeout in ms (default: 10000) | |
| selector | Yes | CSS selector to wait for |