chromedp/cmd/chromedp-gen
2017-01-27 10:29:53 +07:00
..
fixup Fixing issues with code generation 2017-01-26 14:28:34 +07:00
gen Fixing issues with code generation 2017-01-26 14:28:34 +07:00
internal Fixing issues with code generation 2017-01-26 14:28:34 +07:00
templates Fixing issues with code generation 2017-01-26 14:28:34 +07:00
build.sh Initial import 2017-01-24 22:09:23 +07:00
main.go Fixing issues with code generation 2017-01-26 14:28:34 +07:00
protocol.json Updating to latest chrome protocol.json 2017-01-27 10:29:53 +07:00
README.md Initial import 2017-01-24 22:09:23 +07:00
update.sh Initial import 2017-01-24 22:09:23 +07:00

About chromedp-gen

chromedp-gen is a standalone cli tool for the chromedp package that generates the types for the chrome domain APIs as defined in protocol.json.

Updating

Run update.sh to retrieve and combine the latest js_protocol.json and browser_protocol.json into protocol.json.

Running