browser-automation-cli 0.1.4

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
//! Clap command tree integrity (rules_rust_cli_com_clap).
//!
//! Ensures the derive surface has no developer-definition bugs
//! (`Cli::command().debug_assert()`).

#[test]
fn clap_command_factory_debug_assert_passes() {
    browser_automation_cli::command_factory_debug_assert();
}