camofox_wait_for
Waits for a web page to reach a fully loaded state after navigation, including DOM content, network idle, and framework hydration, ensuring the page is ready for subsequent actions.
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) |