browser_take_screenshot
Capture a screenshot of the current page in a stealth browser, with options for full-page, CSS/device scale, and saving to a file or returning base64.
Instructions
Take a screenshot. Returns base64 if path is omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | ||
| scale | No | css = smaller, device-consistent CSS pixels; device = full device-pixel resolution. | |
| fullPage | No |