Skip to content

v0.15.3

Choose a tag to compare

@stephanlensky stephanlensky released this 12 Mar 03:40
· 9 commits to main since this release

Fixed

  • Fix crash in browser.cookies.get_all() on Chrome 146 when the sameParty field is missing in the cookie JSON returned by CDP.
  • Fix clear_input() and clear_input_by_deleting() silently failing on React controlled inputs due to _valueTracker mechanism; also fix infinite loop in clear_input_by_deleting() on some VM environments caused by VK_DELETE being treated as backward-delete. @nathanfallet

Changed

  • Docs: core modules included in documentation reference section. Slight modifications were done, mostly to remove warnings. @Kajmany