| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-12 | 571 Bytes | |
| v0.15.3 source code.tar.gz | 2026-03-12 | 427.8 kB | |
| v0.15.3 source code.zip | 2026-03-12 | 495.8 kB | |
| Totals: 3 Items | 924.1 kB | 0 | |
Fixed
- Fix crash in
browser.cookies.get_all()on Chrome 146 when thesamePartyfield is missing in the cookie JSON returned by CDP. - Fix
clear_input()andclear_input_by_deleting()silently failing on React controlled inputs due to_valueTrackermechanism; also fix infinite loop inclear_input_by_deleting()on some VM environments caused byVK_DELETEbeing treated as backward-delete. @nathanfallet
Changed
- Docs:
coremodules included in documentation reference section. Slight modifications were done, mostly to remove warnings. @Kajmany