cdp-protocol 0.3.1

A Rust implementation of the Chrome DevTools Protocol
Documentation
#![allow(dead_code)]
pub mod accessibility;
pub mod animation;
pub mod audits;
pub mod autofill;
pub mod background_service;
pub mod bluetooth_emulation;
pub mod browser;
pub mod cache_storage;
pub mod cast;
pub mod console;
pub mod css;
pub mod debugger;
pub mod device_access;
pub mod device_orientation;
pub mod dom;
pub mod dom_debugger;
pub mod dom_snapshot;
pub mod dom_storage;
pub mod emulation;
pub mod event_breakpoints;
pub mod extensions;
pub mod fed_cm;
pub mod fetch;
pub mod file_system;
pub mod headless_experimental;
pub mod heap_profiler;
pub mod indexed_db;
pub mod input;
pub mod inspector;
pub mod io;
pub mod layer_tree;
pub mod log;
pub mod media;
pub mod memory;
pub mod network;
pub mod overlay;
pub mod page;
pub mod performance;
pub mod performance_timeline;
pub mod preload;
pub mod profiler;
pub mod pwa;
pub mod runtime;
pub mod schema;
pub mod security;
pub mod service_worker;
pub mod smart_card_emulation;
pub mod storage;
pub mod system_info;
pub mod target;
pub mod tethering;
pub mod tracing;
pub mod types;
pub mod web_audio;
pub mod web_authn;