A Rust library for capturing HTML screenshots using the Chrome DevTools Protocol (CDP).
pub use browser::Browser;
pub use element::Element;
pub use exit_hook::ExitHook;
pub use tab::Tab;
pub use types::*;