Skip to content

BrowserTrace v0.1.20

Latest

Choose a tag to compare

@aaronlab aaronlab released this 13 May 07:17
· 23 commits to main since this release

BrowserTrace v0.1.20 packages the compare JSON API for Browser Use failure debugging.

Highlights:

  • Adds GET /api/compare/<failed_run_id>/<success_run_id> so local tools, wrappers, and agents can fetch the same first-divergence payload as browsertrace compare --json while the web UI is running.
  • Keeps the Browser Use-first failure replay story: local timelines with screenshots, URL, action, model I/O, status, error, and public-safe HTML exports.
  • Includes wheel, sdist, full demo export, public-safe demo export, demo video, poster, GIF, and social preview assets.

Install from PyPI:

pip install "browsertrace[ui]"
browsertrace doctor
browsertrace demo
browsertrace compare <failed_run_id> <success_run_id> --json

No-install PyPI trial:

uvx --from "browsertrace[ui]" browsertrace demo

Use browsertrace export <run_id> --public -o public.html before posting real traces publicly.