Browser Use
Agent-nativeFreemiumStealth browser automation with persistent sessions for agents
Local failure timeline debugger for AI browser-agent runs
Overview
This summary uses submitted and public product material. Only source-mapped claims are documentation reviewed.
BrowserTrace is an open-source local debugger for AI browser-agent failures. It records each run as a step timeline with screenshot, URL, action, model input/output, status, and error context, then exports standalone HTML traces with public-safe redaction. The project is built around Browser Use, Stagehand, Skyvern, Playwright + LLM scripts, and custom computer-use agents.
browsertrace doctor, browsertrace demo, browsertrace list, browsertrace show, and self-contained HTML export commandsListing decision
BrowserTrace records and presents evidence from another browser agent’s execution so developers or agents can diagnose failures; it is observability and debugging support rather than an autonomous task agent.
Before you choose
Developers debugging failed Browser Use runs who need the browser state, action, model input/output, status, and error in one local timeline, with secondary support for other browser-agent workflows.
Python 3.11+ is required. Browser Use is the primary integration and the others are secondary; public-safe exports intentionally omit prompts, screenshots, and URLs, and BrowserTrace does not upload trace files for the user.
The repository describes hosted team features as coming soon, so they are not treated as current capabilities. No independent integration-coverage or performance benchmark was found in the reviewed sources.
Sources
First-party unless marked otherwise. Each link supports only its adjacent claim.
The maintained repository documents a Python 3.11+ local debugger with a CLI, web UI, SQLite and filesystem storage, JSON access, run comparison, and redacted HTML exports.
official repository · accessed Sep 3, 2026Browser Use is the primary integration, while Stagehand, Skyvern, Playwright plus LLM, and custom computer-use flows are documented as secondary or generic integrations.
official documentation · accessed Sep 3, 2026BrowserTrace is published under the MIT License.
official license · accessed Sep 3, 2026
Comments