📌 📄 内容摘要:
xy3 在 在root用户下启动playwright的方式 中发帖
之前我一直很难启动playwright,有两个原因,一个是sandbox没有取消(好像他不支持root取消),另一个是可能多个ai软件启动了playwright导致冲突
下面是正确的配置文件
type = "stdio"
command = "npx"
args = [ "@playwright/mcp@latest", "--isolated", "--no-sandbox" ]
────────── 链接信息 ──────────
🔗 论坛链接: linux.do
📎 访问地址: https://linux.do/t/topic/1053776/1
─────────────────────────────
📢 来源:LINUX DO