Categorygithub.com/4ydx/cdp
repository
1.0.0
Repository: https://github.com/4ydx/cdp.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

About cdp

Generates structs as well as a few important methods for interacting with the chrome devtools protocol. Uses the latest protocol definitions.

Originally from https://github.com/mafredri/cdp but I have revised it to match my own needs. Thanks mafredri!

Use

cd cmd/cdpgen/
go build
./run.sh

Installing

go get -u github.com/4ydx/cdp

Updating protocol definitions

cd cmd/cdpgen/
$ ./update.sh