| title | vibium record |
|---|
Record a session as a sequence of screenshots and commands.
vibium record start
vibium record stop
record start begins a recording. From that point on, Vibium captures a
screenshot at every step. record stop ends the recording and writes the
captured screenshots to record.zip in the current directory.
The resulting archive is useful for:
- Sharing a reproducible bug report.
- Auditing what an agent did during an autonomous run.
- Spot-checking the visual state of a session after the fact.
vibium record start
vibium go https://example.com
vibium click @e1
vibium record stop
ls record.zipvibium screenshot— one-off capture instead of a session.