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
refactor: serve connects to about:blank first, then navigates
Serve mode now connects CdpDriver with empty URL (picks any existing
tab) then uses _navigateToUrl for smart tab reuse. This prevents
CdpDriver.connect() from creating new tabs when the target domain
has no existing tab, avoiding the duplicate-tab issue entirely.
0 commit comments