devtools-protocol
There are 30 repositories under devtools-protocol topic.
go-rod/rod
A Chrome DevTools Protocol driver for web automation and scraping.
mafredri/cdp
Package cdp provides type-safe bindings for the Chrome DevTools Protocol (CDP), written in the Go programming language.
xvrh/puppeteer-dart
A Dart library to automate the Chrome browser over the DevTools Protocol. This is a port of the Puppeteer API
kklisura/chrome-devtools-java-client
Chrome DevTools java client.
mkenney/go-chrome
A golang library for interacting with the Chrome DevTools Protocol. https://chromedevtools.github.io/devtools-protocol/
skatiyar/cri
Type safe go bindings to interact with chrome remote interface.
chazkii/chromewhip
Scriptable Google Chrome™ as a HTTP service + asyncio driver
blueconic/node-oom-heapdump
Create a V8 heap snapshot right before an "Out of Memory" error occurs, or create a heap snapshot or CPU profile on request.
iwanders/scalopus
A tracing framework for C++ and Python.
demopark/puppeteer-docs-Zh-CN
Google Puppeteer 文档的中文版本 , 目标版本 1.9.0, 翻译中...
trentmwillis/devtools-protocol-demos
Demos of the Chrome DevTools Protocol for various testing/automation techniques
Ecwid/control
Framework to driving chrome browser
mdrokz/auto_generate_cdp
experimental crate to generate the Chrome Devtools Protocol.
Correia-jpv/fucking-awesome-chrome-devtools
Awesome tooling and resources in the Chrome DevTools & DevTools Protocol ecosystem. With repository stars⭐ and forks🍴
scivisum/browser-debugger-tools
A python client for the devtools protocol
praveenLT/java-selenium4-cdp
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.
june07/nimv3
Streamline Your JavaScript V8 (Node.js/Deno) Debugging Workflow
AppiumTestDistribution/appium-cdp-driver
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.
4ydx/chrome-protocol
Golang wrapper for the chrome devtool protocol. Offers higher level functionality that will allow you to interact with a website.
vinhjaxt/devtools
Chromium Devtools Protocol Interface for golang
lostsource/devtools-client
Provides NodeJS API for instrumentation of the V8 Debugger (experimental)
CodethinkLabs/cdt
Chrome DevTools Tool: Automate webapp testing
Veejay/krolla
Mixed Content detection using Node.js and Puppeteer
alexbepple/webdriver-vs-devtools-protocol
Performance comparison of Chrome via WebDriver (Selenium) vs via DevTools Protocol (Puppeteer)
symonk/python-cdp
:snake: Pythonic marshalling for the devtools protocol
dkorittki/loago
Distributed load test utility based on Chromium browsers
stuncloud/UBrowserControl
UWSC用ブラウザ操作モジュール
TheMaster1127/HTwebChromeAutomate
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.