skills/cmux-browser/references/video-recording.md
Status and alternatives for capturing browser automation evidence in cmux.
Related: commands.md, SKILL.md
cmux browser currently does not expose a built-in video recording command.
Why: cmux browser automation runs on WKWebView, and the agent-browser style recording pipeline is Chrome/CDP-specific.
cmux browser surface:7 screenshot > /tmp/step1.b64
cmux browser surface:7 click e3 --snapshot-after --json
cmux browser surface:7 screenshot > /tmp/step2.b64
cmux browser surface:7 snapshot --interactive > /tmp/snap-1.txt
cmux browser surface:7 click e3 --snapshot-after --json > /tmp/action-1.json
cmux browser surface:7 snapshot --interactive > /tmp/snap-2.txt
Use an external screen recorder if full-motion capture is required.
--snapshot-after on clicks/fills/types that change state.