发布

  • fix: CDP mode hanging when using chrome://inspect remote debugging

    frostbyte_neo 发布于 2026-03-15 18:28:28 +00:00

    • Add isCdpApiAvailable() to verify CDP HTTP JSON API before using endpoint
    • Chrome's chrome://inspect#remote-debugging writes DevToolsActivePort but
      its CDP endpoint is incompatible with Playwright connectOverCDP (init
      succeeds but all tool calls hang silently)
    • Add CDP readiness probe in connect() to catch unresponsive endpoints
    • Skip tab cleanup in close() for CDP mode (no bridge tabs to clean)
    • Add PlaywrightMCPMode tracking for extension vs CDP lifecycle policy
    下载附件