# 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