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