Skip to main content

Overview

The OpenBrowser Stress Tests are a collection of HTML forms and interactive pages designed to evaluate and benchmark browser automation capabilities. These tests cover various edge cases and challenging scenarios that browser agents may encounter. Live Demo: billy-enrizky.github.io/openbrowser-ai

Available Tests

Form Challenges

Interactive Challenges

Running Stress Tests

Using the Live Site

Navigate to the stress test you want to run:

Running Locally

Clone the repository and open the HTML files:
Then visit http://localhost:8000 in your browser.

Testing with OpenBrowser

Contributing Tests

To add a new stress test:
  1. Create an HTML file in stress-tests/challenges/
  2. Add the test to stress-tests/index.html
  3. Document the test in this page
  4. Submit a pull request

Source Code

Full implementation: github.com/billy-enrizky/openbrowser-ai/tree/main/stress-tests