go
Navigate to a URL using a stealth browser to bypass blocks and render JavaScript, enabling extraction of otherwise inaccessible page content.
Instructions
Navigate to a URL in the stealth browser, then pair with extract/text/html/map. Reach for this (or explore) when WebFetch/curl was blocked — a 403, a Cloudflare/DataDome "Just a moment..." challenge, a login/paywall, or a JavaScript-only page that returns no usable HTML — or when the page needs a real browser.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Target URL. | |
| lease | No | Optional lease token to present if the target session is leased (0.7.0). Threaded per-call; never read from the server's env. | |
| session | No | Optional session name to target (omit for the shared 'default'). On a daemon shared with other agents, pass a UNIQUE name for stateful multi-step work (go→click→fill) so you don't collide on 'default'. | |
| timeout_ms | No | Timeout in ms. | |
| wait_until | No | load|domcontentloaded|networkidle|commit |