browser_screenshot
Capture a PNG screenshot of a webpage – visible viewport, full scrollable page, or a specific element. Optionally save to file for direct use by external vision tools.
Instructions
Take a PNG screenshot. By default captures the visible viewport; full_page=True captures the entire scrollable page; ref captures a single element.
output_path: if given, the PNG is WRITTEN TO THAT FILE and the absolute path is returned
as text (instead of returning the image bytes). Use this to hand a screenshot to an
out-of-band vision/OCR tool without routing the (large) image bytes through the caller —
e.g. a text-only LLM driver that delegates 'seeing' to a separate vision model.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | No | ||
| full_page | No | ||
| ref | No | ||
| output_path | No |