v0.1.2
Fixed
- Pinned requirement
websockets<14
, fixing theAttributeError: 'NoneType' object has no attribute 'closed'
crash which occurs on the latest version ofwebsockets
. - Fixed incorrect
browser.close()
method in examples and documentation -- the correct method isbrowser.stop()
. - Fixed
atexit
handler to correctly handle asyncbrowser.stop()
method.