webapp-testing
Installation
SKILL.md
Web Application Testing
Use agent-browser CLI for all browser automation and web app testing.
Core Workflow
- Navigate:
agent-browser open <url> - Snapshot:
agent-browser snapshot -i(returns elements with refs like@e1,@e2) - Interact using refs from the snapshot
- Re-snapshot after navigation or significant DOM changes