Skip to content

Search is only available in production builds. Try building and previewing the site to test it out locally.

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.
Terminal window
vibium record start
vibium go https://example.com
vibium click @e1
vibium record stop
ls record.zip