zerodom_screenshot
Capture a full-page screenshot of the active browser tab and save it to disk, returning the file path. Specify an optional path or use a temporary file.
Instructions
Full-page screenshot of the active tab, saved to disk; returns the path.
report.py has a screenshot path already, but it's wired to the CLI's own
throwaway sync browser (playwright_wrapper.py's sync/async split), not
this attached async session — this is that same capability for here.
Pass path to choose where it's saved; omitted, a temp file is used.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |