HyperionGray / trio-chrome-devtools-protocol

Trio driver for Chrome DevTools Protocol (CDP)
MIT License
60 stars 17 forks source link

AttributeError in get_title example #17

Open mpkocher opened 3 years ago

mpkocher commented 3 years ago

There's an AttributeError in the get_title.py example.

AttributeError: 'TargetInfo' object has no attribute 'type'

I believe this should be type_.

It might be useful to consider leveraging mypy to help proactively catch these errors.