capture_screenshot
Take screenshots of web pages during browser debugging. Capture visible content or full-page layouts in PNG, JPEG, or WebP formats for testing and documentation.
Instructions
Capture a screenshot of the current page. Returns a base64 encoded PNG image.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Optional: Image format. Valid options: "png", "jpeg", "webp". Defaults to "png". | |
| quality | No | Optional: JPEG or WEBP compression quality (0-100). | |
| full_page | No | Optional: Capture the full page layout (beyond the visible viewport). Defaults to false. |