take_screenshot
Capture screenshots of web pages or specific elements using the Camoufox anti-detection browser. Get base64-encoded PNG images for debugging and reverse engineering tasks.
Instructions
Take a screenshot of the current page or a specific element.
Args: full_page: Capture the entire scrollable page (default False). selector: CSS selector of a specific element to capture.
Returns: dict with base64-encoded PNG image data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full_page | No | ||
| selector | No |