There are 3 repositories under devtools-protocol topic.
Package cdp provides type-safe bindings for the Chrome DevTools Protocol (CDP), written in the Go programming language.
A Dart library to automate the Chrome browser over the DevTools Protocol. This is a port of the Puppeteer API
Chrome DevTools java client.
A golang library for interacting with the Chrome DevTools Protocol. https://chromedevtools.github.io/devtools-protocol/
Scriptable Google Chrome™ as a HTTP service + asyncio driver
Create a V8 heap snapshot right before an "Out of Memory" error occurs, or create a heap snapshot or CPU profile on request.
Google Puppeteer 文档的中文版本 , 目标版本 1.9.0, 翻译中...
Demos of the Chrome DevTools Protocol for various testing/automation techniques
Awesome tooling and resources in the Chrome DevTools & DevTools Protocol ecosystem. With repository stars⭐ and forks🍴
experimental crate to generate the Chrome Devtools Protocol.
Transparent man-in-the-middle (MitM) proxy for the Chrome DevTools Protocol (CDP). Intercept, modify, inject, and filter messages and events between a CDP-enabled browser and any clients interacting with it such as Playwright or Puppeteer.
A python client for the devtools protocol
A sample repo to help you use Chrome DevTools Protocol (CDP) for automation test in Java-selenium on LambdaTest. Run your Java Selenium tests on LambdaTest platform.
Appium CDP Driver is a W3C WebDriver that allows you to connect to chromium based android mobile browsers like chrome & samsung browser through any WebDriver client.
Golang wrapper for the chrome devtool protocol. Offers higher level functionality that will allow you to interact with a website.
🌍 Use Selenium 4 and Chrome DevTools Protocol (CDP) to simulate browser geolocation for testing location-aware web applications.
Provides NodeJS API for instrumentation of the V8 Debugger (experimental)
Chrome DevTools Tool: Automate webapp testing
Performance comparison of Chrome via WebDriver (Selenium) vs via DevTools Protocol (Puppeteer)
:snake: Pythonic marshalling for the devtools protocol
Provide clean CSS context by inlining DevTool-parsed styles in a static clone.
The HTwebChromeAutomate library provides functions for automating interactions with Google Chrome via its debugging protocol. It allows you to launch Chrome with a specific user profile, navigate to URLs, inject JavaScript, and close Chrome. The library relies on the Chrome DevTools Protocol for communication.