Open a URL in a browser session
steel_navigateNavigate a live browser session to a URL, wait for the page to settle, and get the final URL and changes. Optionally include an accessibility snapshot for more detail.
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. |