Skip to content

v0.6.3: Fix CDP tab creation failures in locked-down environments

Choose a tag to compare

@jacob-bd jacob-bd released this 03 May 22:37

What's Changed

Bug Fixes

  • Fix CDP tab creation failures in locked-down/corporate environments (#175) — when Chrome blocks tab creation via PUT /json/new, the login flow now falls back to reusing an existing blank tab or any open page rather than failing outright

Internal

  • Removed redundant get_pages_by_cdp_url() HTTP call on the fallback path
  • Merged two sequential page-scan loops into a single pass