chrome-agent 0.3.0

Browser automation for AI agents. Single binary, zero deps, CDP direct to Chrome.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub mod goto;
pub mod click;
pub mod fill;
pub mod inspect;
pub mod network;
pub mod screenshot;
pub mod eval;
pub mod tabs;
pub mod read;
pub mod text;
pub mod wait;
pub mod console;
pub mod diff;
pub mod extract;
pub mod record;
pub mod history;