navigate
Navigate to a URL with pre-injection of hook presets and tracing of redirect chain, returning final status, redirects, and network capture details for dynamic debugging.
Instructions
Navigate to a URL, with optional hook pre-injection and redirect tracing.
Args: url: Target URL. wait_until: "load", "domcontentloaded", or "networkidle". pre_inject_hooks: Hook preset names to register before navigation. collect_response_chain: Record responses for final_status resolution. clear_network_capture: Clear stale network buffer before navigating.
Returns: dict with url, title, initial_status, final_status, redirect_chain, hooks_injected, reloaded, warnings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| wait_until | No | load | |
| pre_inject_hooks | No | ||
| collect_response_chain | No | ||
| clear_network_capture | No |