screenshot
Capture a web page as a base64-encoded PNG image. Specify a URL to screenshot the visible viewport or enable full-page mode to capture the entire scrollable content.
Instructions
Take a screenshot of a web page and return it as a base64-encoded PNG image.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to screenshot | |
| full_page | No | Capture the full scrollable page instead of only the viewport. Default: false |