A verified version of the WebArena Benchmark for evaluating web agent capabilities. Current version 1.2.3, updated as of early 2025. Follows a quarterly release cadence.
pip install webarena-verifiedNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize environment, run a sample episode, and clean up.
Change 'import webarena' to 'import webarena_verified' and update all references.
Update import to 'from webarena_verified.utils import BrowserManager'.
Replace 'llm_backend="gpt-4"' with 'agent="gpt-4"'.
Run 'playwright install' after installing the package.
No resource links recorded.