navigate
Navigate to a URL or perform back, forward, reload, or stop actions, waiting for the specified load state and returning HTTP status, redirects, and access-blocker verdicts.
Instructions
Go to a URL, or go back, forward, reload, or stop, and wait for the
load state you name. Can be the FIRST call: with no page, navigate
opens a browser session itself (bundled Chromium, headless) or uses the
one already open, and returns the minted session and page handles.
Returns the final identity after redirects, the HTTP status, a
robots.txt advisory, and a verdict on whether the destination is a bot
wall, a CAPTCHA interstitial, or a login wall, so a blocked request is
reported as blocked instead of surfacing as a timeout or an empty page
that invites a retry loop.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| page | No | ||
| action | No | goto | |
| timeout_ms | No | ||
| wait_until | No | load |