Documentation
README
Browser Automation
Browser automation for AI agents with two provider options. Both share the same core workflow: navigate, snapshot, interact using @e refs, re-snapshot after changes.
| Provider | Runtime | Best For |
|---|---|---|
| agent-browser | Local (Playwright CLI) | Local testing, iOS Simulator, file:// URLs |
| agentic-browser | Cloud (inference.sh) | Video recording, cloud execution, parallel sessions |
Core Workflow (Both Providers)
Every browser automation follows this pattern:
- Navigate β Open a URL
- Snapshot β Get
@erefs for interactive elements - Interact β Use refs to click, fill, select
- Re-snapshot β After navigation or DOM changes, get fresh refs
This is the opening of the README. Read the full README on GitHub.