screenshot_page
Capture a full-page screenshot of a URL for visual debugging. Returns the file path and base64-encoded PNG for inline display.
Instructions
Take a full-page screenshot of a URL for visual debugging.
Returns the file path and the PNG encoded as base64 so the agent can display it inline.
Args: url: URL to screenshot. full_page: Capture the full scrollable page (default True).
Returns: {saved_path: str, base64: str}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| full_page | No |