Crate chrome_remote_interface_model[−][src]
Chrome DevTools Protocol message model.
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT) at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.!
Modules
| accessibility | experimental and Accessibility and DOM |
| animation | experimental and Animation and Runtime and DOM |
| application_cache | experimental and ApplicationCache and Page |
| audits | experimental and Audits and NetworkAudits domain allows investigation of page violations and possible improvements. |
| background_service | experimental and BackgroundServiceDefines events for background web platform features. |
| browser | BrowserThe Browser domain defines methods and events for browser managing. |
| cache_storage | experimental and CacheStorage |
| cast | experimental and CastA domain for interacting with Cast, Presentation API, and Remote Playback API functionalities. |
| console | DeprecatedConsole and RuntimeThis domain is deprecated - use Runtime or Log instead. |
| css | experimental and CSS and DOM and PageThis domain exposes CSS read/write operations. All CSS objects (stylesheets, rules, and styles)
have an associated |
| database | experimental and Database |
| debugger | Debugger and RuntimeDebugger domain exposes JavaScript debugging capabilities. It allows setting and removing breakpoints, stepping through execution, exploring stack traces, etc. |
| device_orientation | experimental and DeviceOrientation |
| dom | DOM and RuntimeThis domain exposes DOM read/write operations. Each DOM Node is represented with its mirror object
that has an Note that |
| dom_debugger | DOMDebugger and DOM and Debugger and RuntimeDOM debugging allows setting breakpoints on particular DOM operations and events. JavaScript execution will stop on these operations as if there was a regular breakpoint set. |
| dom_snapshot | experimental and DOMSnapshot and CSS and DOM and DOMDebugger and PageThis domain facilitates obtaining document snapshots with DOM, layout, and style information. |
| dom_storage | experimental and DOMStorageQuery and modify DOM storage. |
| emulation | Emulation and DOM and Page and RuntimeThis domain emulates different environments for the page. |
| fetch | Fetch and Network and IO and PageA domain for letting clients substitute browser's network layer with client code. |
| headless_experimental | experimental and HeadlessExperimental and Page and RuntimeThis domain provides experimental commands only supported in headless mode. |
| heap_profiler | experimental and HeapProfiler and Runtime |
| indexed_db | experimental and IndexedDB and Runtime |
| input | Input |
| inspector | experimental and Inspector |
| io | IOInput/Output operations for streams produced by DevTools. |
| layer_tree | experimental and LayerTree and DOM |
| log | Log and Runtime and NetworkProvides access to log entries. |
| media | experimental and MediaThis domain allows detailed inspection of media elements |
| memory | experimental and Memory |
| network | Network and Debugger and Runtime and SecurityNetwork domain allows tracking network activities of the page. It exposes information about http, file, data and other requests and responses, their headers, bodies, timing, etc. |
| overlay | experimental and Overlay and DOM and Page and RuntimeThis domain provides various functionality related to drawing atop the inspected page. |
| page | Page and Debugger and DOM and IO and Network and RuntimeActions and events related to the inspected page belong to the page domain. |
| performance | Performance |
| profiler | Profiler and Runtime and Debugger |
| runtime | RuntimeRuntime domain exposes JavaScript runtime by means of remote evaluation and mirror objects. Evaluation results are returned as mirror object that expose object type, string representation and unique identifier that can be used for further object reference. Original objects are maintained in memory unless they are either explicitly released or are released along with the other objects in their object group. |
| schema | DeprecatedSchemaThis domain is deprecated. |
| security | SecuritySecurity |
| service_worker | experimental and ServiceWorker and Target |
| storage | experimental and Storage and Browser and Network |
| system_info | experimental and SystemInfoThe SystemInfo domain defines methods and events for querying low-level system information. |
| target | TargetSupports additional targets discovery and allows to attach to them. |
| tethering | experimental and TetheringThe Tethering domain defines methods and events for browser port binding. |
| tracing | experimental and Tracing and IO |
| web_audio | experimental and WebAudioThis domain allows inspection of Web Audio API. https://webaudio.github.io/web-audio-api/ |
| web_authn | experimental and WebAuthnThis domain allows configuring virtual authenticators to test the WebAuthn API. |
Structs
| Request | Message from client. |
| SessionId | Session id. |
Enums
| Event | Chrome DevTools Protocol event. |
| Response | Message structure from Chrome. |
Constants
| VERSION | Generating Chrome DevTools protocol version. |
Traits
| Command | Chrome DevTools Protocol Command. |