Skip to main
maudeMDCC/00
Design commands

/design:screenshot

Capture a screenshot of the active canvas — full, a single screen, an element, or every screen in a loop. Wrapper over `maude design screenshot` (agent-browser primary, playwright fallback).

PropertyValue
Command/design:screenshot
Categorydaily (daily)
Argument hint[--screen|--element <id> | --selector <css> | --full | --all-screens] [--area <n>]
Sourceplugins/design/commands/screenshot.md

Description

Capture a screenshot of the active canvas — full, a single screen, an element, or every screen in a loop. Wrapper over maude design screenshot (agent-browser primary, playwright fallback).

Invocation

snippet
/design:screenshot [--screen|--element <id> | --selector <css> | --full | --all-screens] [--area <n>]

Summary

Opens the active canvas (_active.json) via the server URL (not file://), captures a screenshot, saves it to .design/_history/&lt;slug>/screenshots/&lt;NNN>-&lt;area>.png (gitignored).

Source of truth

On this page