A guarded local Playwright runner that captures a screenshot, visible page structure, console errors, failed requests, overflow candidates, and unlabeled controls. It needs no Codelit account, AI key, extension, or hosted browser.
Open the visual browser team in Codelit | Browser Operator documentation | Browse Agent Teams
npm install
npm run setup
npm run audit -- https://codelit.io --output artifacts/codelitOpen artifacts/codelit/report.md beside artifacts/codelit/page.png.
- Uses a new, unsigned, ephemeral browser context for every run.
- Allows only the target host plus exact hosts passed with
--allow-host. - Requires HTTPS unless
--allow-httpis explicit. - Blocks private and local network destinations by default.
- Blocks browser requests other than GET, HEAD, and OPTIONS.
- Captures one fixed viewport instead of an unbounded full-page image.
Local development fixtures require both --allow-http and
--allow-private-network. This public runner does not load saved sessions,
sign in, fill forms, click controls, or make writes. Codelit Pro adds managed,
resizable browser sessions, approvals, signed-in access, hosted schedules, and
durable Run Receipts.
npm run setup
npm run verifyMIT
