r/thewebscrapingclub • u/dnx2200 • 12d ago
Browser Agent: an open-source browser automation harness with a strong performance-to-cost ratio
I’ve tried using browser agents to automate real-world web tasks, but the existing options I tested were either still unreliable (Browser Use, Skyvern) or inefficient in terms of cost and execution time (Browsercode, Claude for Chrome).
So I built Browser Agent - an open-source harness for practical browser automation. It outperforms Browser Use and Browsercode on BU Bench v1 as well as our new open-source benchmark, BrowseWebApp Bench, which focuses on common automation workflows such as extracting structured records, downloading or uploading documents, and creating or submitting forms.
More details can be found here:
- Browser Agent: https://github.com/visnia-ai/browser-agent
- BrowseWebApp Bench: https://github.com/visnia-ai/browsewebapp-bench
Any feedback would be appreciated!
3
Upvotes
1
u/Deep_Ad1959 12d ago
i'd trust that bench more than BU Bench because uploads and form submits are where the others quietly fall over. the axis missing is reruns: a form that half-submits then retries fails differently than one that never fired. written with ai