Browser automation · CLI reference

Every vibium
command,
in one place.

The complete vibium CLI reference — 66 commands across navigation, interaction, capture, and agent tooling. Click any card to see usage, an example, and a quick demo.

66Commands
8Categories
5Global flags
— Quick workflow
Navigate, map, act, diff.
1vibium go https://var.parts
&& next
2vibium map
&& next
3vibium click @e8
&& next
4vibium diff map
— All commands

Find the command you need, fast.

Showing 66 commands
— Global flags

5 flags that work with every command.

--headless
Hide the browser window. Browser is visible by default — pass this flag for CI runs.
-h, --help
Show help for vibium or any subcommand. Same as vibium help <command>.
--json
Output results as JSON. Pipe into jq, feed into scripts, or forward to an agent.
-v, --verbose
Enable debug logging. Useful when a command behaves unexpectedly in the shell.
--version
Print the vibium version number and exit immediately.