camofox_wait_for
Wait for a page to become fully ready by monitoring DOM load, network idle, and framework hydration. Use after navigation or actions that change the page to ensure stable interaction.
Instructions
Wait for page to be fully ready (DOM loaded, network idle, framework hydration complete). Use after navigation or actions that trigger page changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabId | Yes | Tab ID | |
| timeout | No | Timeout in ms (default: 10000) | |
| waitForNetwork | No | Wait for network idle (default: true) |