Skip to content

Releases: cdpdriver/zendriver

v0.15.2

29 Nov 16:34

Choose a tag to compare

Fixed

  • Fix race condition in Tab.query_selector and Tab.query_selector_all on stale document. @Avejack

v0.15.1

19 Nov 03:06

Choose a tag to compare

Fixed

  • Fix NameError in Tab.query_selector and Tab.query_selector_all due to type-checking import of Element. @Avejack

v0.15.0

05 Nov 04:21

Choose a tag to compare

Fixed

  • Fix browser.stopped to detect when the browser was closed by the user. @puc9
  • Fix typo in Browser._handle_target_update that prevented target_info updates @puc9
  • Fix #128: TimeoutError caused by Tab.xpath @ionutcatana
  • Fix WebRTC IP Leaks @ethcipher

Added

  • Add disable_webrtc and disable_webgl args to Config class @ethcipher

Changed

v0.14.2

10 Sep 00:31

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

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

Choose a tag to compare

Fixed

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

Added

v0.13.1

28 Jul 02:52

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

Choose a tag to compare

Fixed

Added

v0.12.1

18 Jul 02:57

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

Choose a tag to compare

Added