Browser-Use Web UI — Features
Core Capabilities
- Visual Task Execution — Type a task in natural language, watch the AI browse
- Persistent Browser Sessions — Keep logged-in state across tasks
- Custom Chrome Profile — Use your existing browser with all cookies and extensions
- HD Screen Recording — Record every automation session for review
- Multi-Tab Support — AI can open and manage multiple browser tabs
- File Downloads — AI can download files during automation
Supported LLM Providers
| Provider | Models |
|---|---|
| OpenAI | GPT-4o, GPT-4o-mini |
| Anthropic | Claude Opus, Sonnet |
| Gemini 2.0 Flash, Pro | |
| Azure OpenAI | Any deployed model |
| DeepSeek | DeepSeek Chat |
| Ollama | Any local model |
Web UI vs CLI
| Feature | Web UI | CLI |
|---|---|---|
| Interface | Gradio visual UI | Command line |
| Screen recording | Built-in HD | Optional |
| Browser profile | Custom Chrome | Playwright default |
| Best for | Visual tasks, demos | Scripted automation |
| Learning curve | Low | Medium |
Docker with VNC
When running via Docker, you can monitor the browser remotely via VNC viewer — useful for headless servers.
Example Tasks
"Go to Amazon, search for wireless headphones under $50, and save the top 3 results"
"Log into my GitHub, create a new issue in repo X with title Y"
"Fill out the contact form on example.com with my details"
"Take a screenshot of the pricing page on competitor.com"FAQ
Q: What is Browser-Use Web UI? A: A visual web interface for the Browser-Use AI browser automation framework. Type tasks in natural language, watch the AI browse websites in real-time.
Q: Is it free? A: Yes, MIT license. You provide your own LLM API keys.
Q: Can I use my existing Chrome profile? A: Yes, configure the Chrome profile path in settings to use existing cookies and logged-in sessions.