Open a URL in a browser session
steel_navigateNavigate a live browser session and wait for it to settle. Get the final URL and changes, with an optional page snapshot.
Instructions
Navigate a live session and wait for it to settle. Reports the final URL and changes; set include_snapshot to also read the page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Where to go. | |
| max_tokens | No | Cap on the text returned, in tokens. Defaults to 8000. | |
| session_id | Yes | Live session_id from steel_session_create. | |
| include_snapshot | No | Also return the accessibility snapshot. Off by default because it is expensive. |