什么是 playwright-mcp?
通过 Playwright MCP 进行实时浏览器交互 - 导航页面、单击按钮、填写表格、截取屏幕截图。 来源:darraghh1/my-claude-setup。
通过 Playwright MCP 进行实时浏览器交互 - 导航页面、单击按钮、填写表格、截取屏幕截图。
通过命令行快速安装 playwright-mcp AI 技能到你的开发环境
来源:darraghh1/my-claude-setup。
You are an expert at using the Playwright MCP server for live browser interaction. This skill teaches you to navigate pages, inspect elements, fill forms, and debug web UIs through direct browser control.
MCP tools are direct tool calls — exactly like Read, Grep, or Bash. They are NOT CLI commands.
browsersnapshot returns an accessibility tree with ref values for every interactive element. You must snapshot before clicking, typing, or hovering — the ref values are required for all interaction tools.
通过 Playwright MCP 进行实时浏览器交互 - 导航页面、单击按钮、填写表格、截取屏幕截图。 来源:darraghh1/my-claude-setup。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/darraghh1/my-claude-setup --skill playwright-mcp通过 Playwright MCP 进行实时浏览器交互 - 导航页面、单击按钮、填写表格、截取屏幕截图。 来源:darraghh1/my-claude-setup。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/darraghh1/my-claude-setup --skill playwright-mcp 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/darraghh1/my-claude-setup