Skip to main content
Drop a repoSign up
REPOLum1104/Understand-Anything+606 stars 24hREPOanthropics/financial-services-plugins+396 stars 24hREPOrohitg00/ai-engineering-from-scratch+331 stars 24hREPOaddyosmani/agent-skills+327 stars 24hREPOcolbymchenry/codegraph+327 stars 24hREPOLum1104/Understand-Anything+606 stars 24hREPOanthropics/financial-services-plugins+396 stars 24hREPOrohitg00/ai-engineering-from-scratch+331 stars 24hREPOaddyosmani/agent-skills+327 stars 24hREPOcolbymchenry/codegraph+327 stars 24h
Glossary

What is browser automation?

Browser automation drives a real web browser programmatically — clicking, typing, and navigating — for testing, scraping, and increasingly AI agents that operate the web.

Browser automation controls a headless or headed browser through code or an agent. Classic uses are end-to-end testing and web scraping; the fast-growing use is AI 'web operator' agents that navigate sites to complete tasks a human would do in a browser.

Open-source stacks provide the driver layer (controlling the browser) and, increasingly, an agent layer that lets an LLM decide what to click next from a screenshot or the DOM.

Best browser automation tools

Trending browser automation projects

  1. soxoj/maigret

    🕵️‍♂️ Collect a dossier on a person by username from 3000+ sites

    30.4K+73 · 24hmomentum 13Python
  2. browser-use/browser-harness

    Browser Harness | Self-healing harness that enables LLMs to complete any task.

    13.8K+37 · 24hmomentum 11Python
  3. D4Vinci/Scrapling

    🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!

    54.2K+85 · 24hmomentum 11Python
  4. CloakHQ/CloakBrowser

    Stealth Chromium that passes every bot detection test. Drop-in Playwright replacement with source-level fingerprint patches. 30/30 tests passed.

    21.1K+232 · 24hmomentum 9Python
  5. pinchtab/pinchtab

    High-performance browser automation bridge and multi-instance orchestrator with advanced stealth injection and real-time dashboard.

    9.1K0 · 24hmomentum 5Go
  6. browser-use/browser-use

    🌐 Make websites accessible for AI agents. Automate tasks online with ease.

    95.5K0 · 24hmomentum 4Python
  7. jo-inc/camofox-browser

    Stealth headless browser for AI agents — bypass Cloudflare, bot detection, and anti-scraping. Drop-in Puppeteer/Playwright replacement.

    5.8K+54 · 24hmomentum 3JavaScript
  8. microsoft/playwright-cli

    CLI for common Playwright actions. Record and generate Playwright code, inspect selectors and take screenshots.

    10.7K0 · 24hmomentum 2TypeScript

browser automation — FAQ

What is browser automation?
Browser automation drives a real web browser programmatically — clicking, typing, and navigating — for testing, scraping, and increasingly AI agents that operate the web. Browser automation controls a headless or headed browser through code or an agent. Classic uses are end-to-end testing and web scraping; the fast-growing use is AI 'web operator' agents that navigate sites to complete tasks a human would do in a browser.