web-automation
Investigate and implement web browser automation workflows
Documentation
# Web Automation Investigate and implement web browser automation for testing, scraping, and interaction workflows. ## Installation ### From GitHub Marketplace Install from the [SAI plugin collection](https://github.com/smykla-skalski/sai). ### Manual ```bash claude --plugin-dir /path/to/sai/web-automation/ ``` ## Usage ```bash /web-automation <url-or-task> [--tool playwright|selenium|puppeteer] ``` ## Skills - **web-automation**: Browser automation investigation and implementation ## Reference Files - investigation-workflow.md — 8-phase investigation process - element-selectors.md — Selector priority and patterns - tool-comparison.md — Playwright vs Selenium vs Puppeteer - common-pitfalls.md — Anti-patterns and gotchas - debugging-techniques.md — Common failures and fixes - code-patterns.md — Automation code examples - practical-debugging-workflow.md — Step-by-step debugging ## License MIT