Download Latest Version v0.16.0 source code.zip (516.0 kB) Google Add to Preferred Sources
Home / v0.15.4
Name Modified Size InfoDownloads / 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_all and select_all(include_frames=True) not searching nested iframes. CDP's querySelectorAll only queries within a single document boundary, so elements inside nested iframes were never found. Now walks the full DOM tree to collect each iframe's content_document and queries them individually. Also adds a guard for cross-origin iframes where content_document is None. @chronoAP
  • Fix Connection._register_handlers reenabling already manually enabled domains @S-Tarr
  • Fix flakey behavior in api-reponses-tutorial-2 tutorial @S-Tarr

Changed

  • Updated CDP models @nathanfallet
Source: README.md, updated 2026-06-27