qe-browser
Installation
SKILL.md
QE Browser
Thin AQE-owned wrapper around Vibium that adds QE-specific primitives: typed assertions, batch execution, visual-diff against baselines, prompt-injection scanning, and semantic intent scoring.
Engine: Vibium — single ~10MB Go binary, built on WebDriver BiDi (W3C standard), Apache-2.0 licensed, published on npm/PyPI/Maven Central. Auto-launches a background daemon and auto-downloads Chrome for Testing on first use.
Why Vibium, not Playwright?
- 10MB binary vs ~300MB Playwright install
- WebDriver BiDi standard (not CDP) — future-proof for Firefox/Safari
--jsonmode on every command (matches AQE structured-output rule)- Built-in MCP server:
npx -y vibium mcp - First-class semantic locators:
find text|label|placeholder|testid|role|xpath|alt|title