You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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