browser-automation / library
browser-use
Capability: browser-use
Use it when
- agent needs to click through a website and fill forms
- LLM controls a real browser like a human
- navigate click fill extract with agent
- multi-step browser agent automation
- logged-in browser sessions for scrapes that need cookies
- client-rendered apps that static HTTP cannot extract
What it solves
Not the fit when
- bot-detection-challenge guaranteed without stealth stack
Install
pip install browser-use
Invoke
from browser_use import Agent # Control a real browser with an LLM: click, fill forms, navigate, extract.
Alternatives
playwright, open-codex-computer-use, stagehand, computer-use-ootb