playwright-cli
Installation
SKILL.md
Browser Automation with playwright-cli
Enterprise_AI_QA_Agent integration
In this Agent_Server, playwright-cli is implemented by the internal Python Playwright runtime, not by Node.js or Selenium.
Do not request Bash execution for browser work. Convert the CLI-style intent into registered tools:
- Use
ui-page-explorerfor UI access bootstrap, ARIA semantic exploration, and UI graph generation. - Use
browser-controlfor explicit CLI-shaped commands such asopen,goto,snapshot,screenshot,eval, and single browser actions. - Use
browser-automationfor ordered action sequences such as click/fill/type/press/wait/screenshot.
Keep the command vocabulary below as the planning language, the same way Claude Code uses playwright-cli from the command line.