Esta página se muestra en inglés. Una traducción al español está en curso.
ScriptsMar 28, 2026·2 min de lectura

Browser Use — AI Browser Automation

Open-source Python library for AI-driven browser automation. Works with Claude, GPT, and Gemini to fill forms, scrape data, and navigate websites.

Introducción

Browser Use makes websites accessible to AI agents. Give it a task in natural language, and it controls a real browser — clicking, typing, scrolling, extracting data — using a DOM + Vision hybrid approach. Works with Claude, GPT, Gemini, and local models. 84,000+ GitHub stars, the standard open-source solution for AI browser automation.


Key Features

  • Multi-model support: Claude, GPT, Gemini, ChatBrowserUse (optimized), local models
  • Real browser control: Click, type, scroll, screenshot, navigate
  • Form automation: Job applications, data entry, checkout flows
  • Web research: Find, compile, and summarize information
  • Custom tools: Extensible architecture for specialized tasks
  • CLI interface: Persistent browser sessions from terminal

Supported Models

Model Best For
ChatBrowserUse Browser automation (purpose-built, cheapest)
Claude Sonnet Complex reasoning tasks
Gemini Flash Fast, cost-effective tasks
Local models Privacy-sensitive automation

CLI Usage

browser-use open https://example.com   # Navigate
browser-use state                       # See clickable elements
browser-use click 5                     # Click element #5
browser-use type "Hello world"          # Type text
browser-use screenshot output.png       # Capture page

Project Templates

# Generate a starter project
uvx browser-use init --template default
# Templates: default, advanced, tools

FAQ

Q: What is Browser Use? A: Open-source Python library for AI-driven browser automation. Works with Claude, GPT, and Gemini to fill forms, scrape data, and navigate websites.

Q: How do I install Browser Use? A: Check the Quick Use section above for step-by-step installation instructions. Most assets can be set up in under 2 minutes.

🙏

Fuente y agradecimientos

Created by browser-use. Licensed under MIT. browser-use — ⭐ 84,800+ Docs: docs.browser-use.com

Thanks to the Browser Use team for building the leading open-source AI browser automation library.

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados