cdp_protocol/
lib.rs

1// This file is generated by gen_cdp
2
3pub mod accessibility;
4pub mod animation;
5pub mod audits;
6pub mod autofill;
7pub mod background_service;
8pub mod bluetooth_emulation;
9pub mod browser;
10pub mod cache_storage;
11pub mod cast;
12pub mod console;
13pub mod css;
14pub mod debugger;
15pub mod device_access;
16pub mod device_orientation;
17pub mod dom;
18pub mod dom_debugger;
19pub mod dom_snapshot;
20pub mod dom_storage;
21pub mod emulation;
22pub mod event_breakpoints;
23pub mod extensions;
24pub mod fed_cm;
25pub mod fetch;
26pub mod file_system;
27pub mod headless_experimental;
28pub mod heap_profiler;
29pub mod indexed_db;
30pub mod input;
31pub mod inspector;
32pub mod io;
33pub mod layer_tree;
34pub mod log;
35pub mod media;
36pub mod memory;
37pub mod network;
38pub mod overlay;
39pub mod page;
40pub mod performance;
41pub mod performance_timeline;
42pub mod preload;
43pub mod profiler;
44pub mod pwa;
45pub mod runtime;
46pub mod schema;
47pub mod security;
48pub mod service_worker;
49pub mod storage;
50pub mod system_info;
51pub mod target;
52pub mod tethering;
53pub mod tracing;
54pub mod types;
55pub mod web_audio;
56pub mod web_authn;