micro-chrome-devtools-protocol

A lightweight library for speaking the Chrome DevTools Protocol in order to debug JavaScript


Keywords
chrome, chromium, devtools, protocol, node, nodejs, electron, debugging, debugger
License
MIT
Install
pip install micro-chrome-devtools-protocol==0.2.1

Documentation

ucdp or Micro Chrome DevTools Protocol

A lightweight library that helps you speak the Chrome DevTools Protocol in order to debug JavaScript with a Python script.

Installation

pip install micro-chrome-devtools-protocol

Examples

Please see the examples/ directory.