vibium record
Record a session as a sequence of screenshots and commands.
Synopsis
Section titled “Synopsis”vibium record startvibium record stopDescription
Section titled “Description”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.
Examples
Section titled “Examples”vibium record startvibium go https://example.comvibium click @e1vibium record stopls record.zipSee also
Section titled “See also”vibium screenshot— one-off capture instead of a session.