Skip to content

Releases: cdpdriver/zendriver

v0.14.2

10 Sep 00:31
Compare
Choose a tag to compare

Fixed

  • Fix evaluate to return the correct value instead of None for falsy values @thromer

v0.14.1

07 Sep 21:56
Compare
Choose a tag to compare

Fixed

  • Fix calls to evaluate that return JSON: only set serialization_options when return_by_value=False @thromer
  • Fix #184: download_path error in DownloadExpectation @MadsHangaard

v0.14.0

29 Aug 01:49
Compare
Choose a tag to compare

Fixed

  • Add nodriver evaluate serialization options for improved JavaScript evaluation @dbrun3

Added

v0.13.1

28 Jul 02:52
Compare
Choose a tag to compare

Fixed

  • Remove unnecessary usage of typing_extensions (fixes No module named 'typing_extensions' error) @stephanlensky
  • Fix verify_cf() @H1steria
  • Fix relative coordinates of flash_point() @H1steria

Added

  • Add flash_point() to Tab.mouse_click() @H1steria

Changed

  • Remove Connection __getattr__ and replace it with declared @property @nathanfallet
  • Deprecate Element __getattr__ and add get(name: str) method @nathanfallet

v0.13.0

25 Jul 02:05
Compare
Choose a tag to compare

Fixed

Added

v0.12.1

18 Jul 02:57
Compare
Choose a tag to compare

Fixed

  • Remove usage of StrEnum to fix compatibility with Python 3.10 @stephanlensky

v0.12.0

18 Jul 00:59
Compare
Choose a tag to compare

Added

v0.10.2

06 Jul 16:20
Compare
Choose a tag to compare

Fixed

  • Refactor to asynchronous handlers to avoid blocking the listening loop @nathanfallet

v0.10.1

06 Jul 16:02
Compare
Choose a tag to compare

Fixed

v0.10.0

06 Jul 03:00
Compare
Choose a tag to compare

Fixed

  • Refactor element waiting loops in find_* and select* methods. @H1steria
  • Improve query_selector error handling to consistently return None when a node is not found. @H1steria
  • Add user_agent option to allow bypassing cloudflare javascript challenge in headless mode. @H1steria
  • Fixed lang parameter never being set in Browser.start @nathanfallet

Added

  • Added mouse_move and mouse_click methods from nodriver. @H1steria