headless_chrome 1.0.0

Control Chrome programatically
1
2
3
4
5
use auto_generate_cdp::init;

fn main() {
    init();
}