| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-27 | 629 Bytes | |
| v0.15.4 source code.tar.gz | 2026-06-27 | 444.6 kB | |
| v0.15.4 source code.zip | 2026-06-27 | 515.1 kB | |
| Totals: 3 Items | 960.4 kB | 0 | |
Fixed
- Fix
query_selector_allandselect_all(include_frames=True)not searching nested iframes. CDP'squerySelectorAllonly queries within a single document boundary, so elements inside nested iframes were never found. Now walks the full DOM tree to collect each iframe'scontent_documentand queries them individually. Also adds a guard for cross-origin iframes wherecontent_documentisNone. @chronoAP - Fix
Connection._register_handlersreenabling already manually enabled domains @S-Tarr - Fix flakey behavior in
api-reponses-tutorial-2tutorial @S-Tarr
Changed
- Updated CDP models @nathanfallet