HMaker / python-cdp

Python client and types generator for the Chrome DevTools Protocol (CDP)
MIT License
55 stars 18 forks source link

added shell command to generate python types for latest protocol version #4

Closed TurboKach closed 1 year ago

TurboKach commented 1 year ago

Feature:

minors:

TurboKach commented 1 year ago

@HMaker check it. also dont forget to bump version

HMaker commented 1 year ago

I made changes to the update-cdp.sh script so it uses the pycdp/gen/generate.py script. Thanks.