camofox_wait_for
Waits for page to be fully ready after navigation, including DOM load, network idle, and framework hydration.
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) |