camofox_wait_for_selector
Wait for a CSS selector to appear in the live DOM, enabling interaction with dynamic content after SPA hydration or async loading when snapshot refs are incomplete.
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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabId | Yes | Tab ID from create_tab | |
| selector | Yes | CSS selector to wait for | |
| timeout | No | Timeout in ms (default: 10000) |