browser-protocol 0.1.0

Generated Rust types and commands for the Chrome DevTools Protocol (browser-protocol)
Documentation
#![allow(non_snake_case)]
#![allow(unused_imports)]
#![allow(dead_code)]

pub mod runtime;
pub mod debugger;
pub mod heap_profiler;
pub mod profiler;
pub mod accessibility;
pub mod animation;
pub mod audits;
pub mod autofill;
pub mod backgroundservice;
pub mod bluetoothemulation;
pub mod browser;
pub mod css;
pub mod cachestorage;
pub mod cast;
pub mod crashreportcontext;
pub mod dom;
pub mod domdebugger;
pub mod domsnapshot;
pub mod domstorage;
pub mod deviceaccess;
pub mod deviceorientation;
pub mod emulation;
pub mod eventbreakpoints;
pub mod extensions;
pub mod fedcm;
pub mod fetch;
pub mod filesystem;
pub mod headlessexperimental;
pub mod io;
pub mod indexeddb;
pub mod input;
pub mod inspector;
pub mod layertree;
pub mod log;
pub mod media;
pub mod memory;
pub mod network;
pub mod overlay;
pub mod pwa;
pub mod page;
pub mod performance;
pub mod performancetimeline;
pub mod preload;
pub mod security;
pub mod serviceworker;
pub mod smartcardemulation;
pub mod storage;
pub mod systeminfo;
pub mod target;
pub mod tethering;
pub mod tracing;
pub mod webaudio;
pub mod webauthn;