Screenshot a web page
steel_screenshotCapture a page image from a URL or session to produce a PNG or JPEG visual for evidence, not for interaction.
Instructions
Capture a page image. URL captures are user-facing PNG artifacts; session captures are model-visible JPEG evidence. Pixels are not action targets, so use steel_snapshot to click or type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Page to capture. Starts no browser session. | |
| inline | No | For URL captures only: false returns just a link. Defaults to true. | |
| full_page | No | Capture the whole scrollable page, not just the viewport. | |
| use_proxy | No | Use a Steel residential proxy for a URL capture. | |
| session_id | No | Capture the current page of this session instead. Returns the image inline. |