Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://chromedevtools.github.io/devtools-protocol/
Chrome DevTools Protocol
https://chromedevtools.github.io/devtools-protocol/
Last synced: 3 months ago
JSON representation
Chrome DevTools Protocol
- Host: GitHub
- URL: https://chromedevtools.github.io/devtools-protocol/
- Owner: ChromeDevTools
- License: bsd-3-clause
- Created: 2017-03-28T18:01:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T04:27:48.000Z (6 months ago)
- Last Synced: 2024-05-23T04:10:23.478Z (6 months ago)
- Language: TypeScript
- Homepage: https://chromedevtools.github.io/devtools-protocol/
- Size: 12.4 MB
- Stars: 1,074
- Watchers: 57
- Forks: 220
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
- awesome-python-resources - CDP Documentation
- awesome-puppeteer - DevTools Protocol - Chrome DevTools Protocol API Docs. (Official)
- awesome-puppeteer-zh - DevTools Protocol - Chrome DevTools协议API文档. (官方 / 贡献)
- awesome-chrome-devtools - DevTools Protocol API Docs - Easy browsable UI for exploring the protocol's domains, methods and events. (Chrome DevTools Protocol / Chrome Debugger integration with Editors)
README
# devtools-protocol [![devtools-protocol on npm](https://img.shields.io/npm/v/devtools-protocol)](https://www.npmjs.com/package/devtools-protocol)
:warning:
This repository is related to Chrome DevTools Protocol, but does not track issues regarding its definition or implementation.
If you want to file an issue for the Chrome DevTools Protocol, please open an issue on https://crbug.com under [`component: Platform>DevTools>Platform`](https://bugs.chromium.org/p/chromium/issues/entry?components=Platform%3EDevTools%3EPlatform).Use the [protocol viewer](https://chromedevtools.github.io/devtools-protocol/) for navigating the protocol.
TypeScript definitions for the protocol's types are available in ['types/protocol.d.ts'](https://github.com/ChromeDevTools/devtools-protocol/tree/master/types). Mappings from Commands and events to these types are available in either generated `DomainApi` style in [`types/protocol-proxy-api.d.ts`](https://github.com/ChromeDevTools/devtools-protocol/blob/master/types/protocol-proxy-api.d.ts) or in simple name-to-type-interface style in [`types/protocol-mapping.d.ts`](https://github.com/ChromeDevTools/devtools-protocol/blob/master/types/protocol-mapping.d.ts).
Also, this repo is published as the [`devtools-protocol`](https://www.npmjs.com/package/devtools-protocol) npm module.