HMaker / python-cdp

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

Experimental fields #11

Open siilky opened 8 months ago

siilky commented 8 months ago

Is there an option to properly handle experimental (and not optional) fields (that may or may not be present in implementation as far as I understand that correctly)? Currently it evaluates directly as json['field'] which throws 'key not found' exception, breaking the whole thing down.