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 asbrowsertrace compare --jsonwhile 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> --jsonNo-install PyPI trial:
uvx --from "browsertrace[ui]" browsertrace demoUse browsertrace export <run_id> --public -o public.html before posting real traces publicly.