webscrape.dev

Gym-style API unifying web-agent benchmarks like WebArena

Nathan Kessler
By Nathan KesslerUpdated

Each tool is evaluated against our methodology using public docs, vendor demos, and hands-on testing.

BrowserGym website

What is BrowserGym?

BrowserGym is an open-source Python framework from ServiceNow Research that provides a Gymnasium-style (OpenAI Gym) API for building and evaluating web-browsing AI agents, using Playwright for real browser automation. It wraps third-party benchmarks, including MiniWoB++, WebArena, VisualWebArena, WorkArena, AssistantBench, WebLINX, OpenApps, and TimeWarp, in a single harness, so the same agent code runs against any of them. It installs via pip and ships with a demo LLM-backed agent implementation.

Our verdict

It suits researchers and teams who want one API for evaluating web-browsing agents across multiple benchmarks instead of writing separate adapters for each. As research infrastructure from a corporate lab with roughly 1.3k GitHub stars, it lacks the productization, support, and stability guarantees of a commercial tool.

Categories:

These are research benchmarks, not products you buy. They define fixed web tasks and score how reliably an agent or model completes them, which is the closest thing the field has to an objective measure of web-agent capability. They are listed here for evaluation, not procurement.

Share:

Similar tools

See Benchmarks

Self-hosted, open-source benchmark for autonomous web agents

FreeJul 2026Benchmarks

Benchmark suite of 100+ simulated web tasks for web agents

FreeJul 2026Benchmarks

Benchmark of 910 visually grounded tasks for multimodal web agents

FreeJul 2026Benchmarks

How BrowserGym compares

WebArena

WebArena is one of the individual benchmarks BrowserGym wraps, and it can run directly without the unified Gym harness.

VisualWebArena

VisualWebArena is another benchmark BrowserGym unifies, and it fits teams focused on vision-grounded web tasks.

MiniWoB++

MiniWoB++ is one of the original benchmarks BrowserGym integrates, and it still works standalone for simpler web-interaction tasks.

Visit

BrowserGym

Visit