Skip to content

v0.1.2

Compare
Choose a tag to compare
@stephanlensky stephanlensky released this 12 Nov 04:01
· 37 commits to main since this release

Fixed

  • Pinned requirement websockets<14, fixing the AttributeError: 'NoneType' object has no attribute 'closed' crash which occurs on the latest version of websockets.
  • Fixed incorrect browser.close() method in examples and documentation -- the correct method is browser.stop().
  • Fixed atexit handler to correctly handle async browser.stop() method.