https://github.com/aib/ucdp
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/aib/ucdp
- Owner: aib
- License: mit
- Created: 2023-07-22T18:18:42.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-24T08:52:58.000Z (almost 3 years ago)
- Last Synced: 2025-09-13T14:55:14.276Z (10 months ago)
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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/`](examples/) directory.