Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 790 Bytes

File metadata and controls

38 lines (27 loc) · 790 Bytes
title vibium record

Record a session as a sequence of screenshots and commands.

Synopsis

vibium record start
vibium record stop

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

vibium record start
vibium go https://example.com
vibium click @e1
vibium record stop
ls record.zip

See also