browser-automation-cli 0.1.5

One-shot browser automation CLI for AI agents via Chrome CDP. BORN EXECUTE FINALIZE DIE. No daemon, no npm, no telemetry.
Documentation
1
2
3
4
5
6
7
8
9
//! Library entry example: parse argv and run the one-shot CLI.
//!
//! ```bash
//! cargo run --example run_library -- doctor --offline --quick --json
//! ```

fn main() -> std::process::ExitCode {
    browser_automation_cli::run()
}