camofox_wait_for
Wait until page is fully loaded and interactive after navigation or page-changing actions. Ensures DOM, network idle, and hydration complete before proceeding.
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) |