You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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