Browser Automation Safety
When to use
Use when a task requires validating rendered UI, interacting with complex client-side forms, or scraping authenticated content that requires a real browser session.
Requirements / Checks
- Check existing browser capability first: in-app browser, Playwright MCP,
@playwright/test, or localplaywright. - For localhost work, detect running dev servers before asking for a URL.
- Do not auto-install browsers, packages, or MCP servers.
- If no bro
[Description truncada. Veja o README completo no GitHub.]