gthings-cdp 0.4.11

Chrome DevTools Protocol transport — WebSocket connection, tab management, and browser lifecycle
Documentation
1
2
3
4
5
6
7
8
9
pub mod browser;
pub mod connection;
pub mod error;
pub mod tab;

pub use browser::Browser;
pub use connection::Connection;
pub use error::{CdpError, Result};
pub use tab::Tab;