VisualWebArena benchmark integration for BrowserGym. Version 0.14.3, released as part of the BrowserGym ecosystem. Provides environments for evaluating multimodal web agents on visual tasks. Release cadence follows BrowserGym releases.
pip install browsergym-visualwebarenaVerified import paths — ran on the pinned version, not inferred.
Create a VisualWebArena environment instance using Gymnasium's make function. The environment ID follows the pattern browsergym/visualwebarena.<task_id>.
Install both from the same release: pip install browsergym==0.14.3 browsergym-visualwebarena==0.14.3
List available tasks with: from browsergym.visualwebarena import ALL_VISUALWEBAREA_TASKS; print(ALL_VISUALWEBAREA_TASKS)
Run with xvfb: xvfb-run python your_script.py
Use 'from browsergym.visualwebarena import ...'