Read the page structure
steel_snapshotGet a compact accessibility tree with element references for clickable and typeable items, enabling targeted actions on live web sessions.
Instructions
Return the page as a compact accessibility tree with a @eN reference on every element you can click or type into. This is the read to use before acting. Elements with no reference cannot be targeted. If you already know what you are looking for, steel_find is much cheaper.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Cursor from a previous truncated response, to continue reading where it stopped. | |
| max_tokens | No | Cap on the text returned, in tokens. Defaults to 8000. | |
| session_id | Yes | Live session_id from steel_session_create. | |
| interactive_only | No | Skip purely structural containers. On by default; turn off for the full tree. |