What problem does it solve?
Automates browser-based QA testing using a persistent headless Chromium.
Ideal for feature verification, deployment checks, and bug reproduction by navigating URLs, interacting with elements, validating state, and capturing annotated evidence.
Requires Playwright-based automation, supports screenshots, diffs, form tests, responsive checks, and dialog handling, with deterministic ~100ms per-command latency.
Core Features & Use Cases
- Persistent browser state across calls (cookies, tabs, and login sessions) for end-to-end QA.
- Navigate any URL, interact with elements, verify page state, diff before/after actions, and capture annotated screenshots.
- Validate responsive layouts, test forms and uploads, handle dialogs, and assert element states during automated flows.
Quick Start
Start by opening a URL and asking the browser to perform a quick sanity check, such as loading the page and taking a screenshot for evidence.