headless_chrome_fork 1.0.2

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

fn main() {
    init();
}