charlotte_navigate
Load a URL and receive a compact page summary with landmarks, headings, and interactive elements. Request higher detail levels to access full element lists.
Instructions
Load a URL in the active page. Returns page representation after navigation. Default minimal detail includes landmarks, headings, and interactive element counts — use charlotte_find to locate specific elements, or pass detail: 'summary' to get the full element list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to navigate to | |
| wait_for | No | Wait condition: "load" (default), "domcontentloaded", "networkidle". Note: "networkidle" is unreliable on SPAs with persistent WebSocket connections. | |
| timeout | No | Max wait in ms (default: 30000) | |
| detail | No | "minimal" (default), "summary" (includes content context), "full" (includes all text content) |