chromedp/cmd/chromedp-gen/README.md

14 lines
312 B
Markdown
Raw Normal View History

2017-01-24 15:09:23 +00: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