LaelLuo关于codex使用Playwright的问题 中发帖

在公司使用codex配置Playwright MCP没有遇到问题 
但是不直到为什么在家里的电脑就遇到了以下问题
### ResultError: listen UNKNOWN: unknown error 0.0.0.0

于是搜到了这个issue

配置了
env = { SYSTEMROOT = 'C:\Windows' }

于是这个问题解决了

但又出现了新的问题
### ResultError: browserType.launchPersistentContext: Chromium distribution 'msedge' is not found at undefined\Program Files\Microsoft\Edge\Application\msedge.exeRun "npx playwright install msedge"

感觉到可能...