awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Browser automation tools

Ranking aktualisiert am 4. Juli 2026

For a library for browser automation and scraping, the strongest matches are googlechrome/puppeteer (Puppeteer is a library that provides a high-level API), pyppeteer/pyppeteer (Pyppeteer is a Python library for automating Chromium browsers) and teamcapybara/capybara (Capybara is a Ruby browser automation library and acceptance). microsoft/playwright-python and microsoft/playwright round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

Compare the top browser automation tools for web testing and scraping. Explore hand-picked repositories ranked by activity to find the best fit.

Browser automation tools

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • googlechrome/puppeteerAvatar von GoogleChrome

    GoogleChrome/puppeteer

    94,974Auf GitHub ansehen↗

    Puppeteer is a JavaScript library for programmatically controlling Chrome and Firefox through the Chrome DevTools Protocol or the WebDriver BiDi protocol. It launches and manages browser instances—typically without a visible user interface—to automate interactions with web pages, enabling navigation, clicking, typing, and data extraction entirely through code. The library distinguishes itself through deep integration with the Chromium embedding layer, allowing fine-grained process configuration with custom flags, permissions, and sandbox policies. It maintains multiple concurrent command stre

    Puppeteer is a library that provides a high-level API to control Chrome and Firefox headlessly, supporting scriptable interactions, network interception, screenshot/PDF capture, and robust waiting—exactly what you need for browser automation, testing, or scraping.

    TypeScriptHeadless Browser AutomationHeadless Browser ControllersHeadless Browsers
    Auf GitHub ansehen↗94,974
  • pyppeteer/pyppeteerAvatar von pyppeteer

    pyppeteer/pyppeteer

    3,948Auf GitHub ansehen↗

    Pyppeteer is a Python library for controlling Chromium-based browsers using the Chrome DevTools Protocol. It functions as a headless browser automation tool, allowing for the programmatic navigation of web pages and the extraction of data from dynamic websites. The project provides low-level browser control through direct communication with the Chrome DevTools Protocol, enabling the interception and modification of network traffic. It differentiates itself by offering specialized performance profiling capabilities, including the measurement of JavaScript and CSS code coverage and the capture

    Pyppeteer is a Python library for automating Chromium browsers via the Chrome DevTools Protocol, covering headless operation, network interception, screenshots, and scriptable control, but it lacks cross-browser support which limits its fit if you need to automate multiple browser engines.

    PythonDOM SelectorsHeadless Browser AutomationHeadless Browser Controllers
    Auf GitHub ansehen↗3,948
  • teamcapybara/capybaraAvatar von teamcapybara

    teamcapybara/capybara

    10,166Auf GitHub ansehen↗

    Capybara is a browser automation library and web application acceptance test framework used to simulate user behavior and verify functional requirements. It serves as a cross-browser testing tool and headless browser orchestrator, allowing for the execution of test suites across multiple browser engines. The project provides a driver-agnostic interaction layer that abstracts different browser engines, enabling users to switch between headless and full browser drivers. It supports multi-user session simulation by maintaining independent browser states and cookies to test interactions between i

    Capybara is a Ruby browser automation library and acceptance test framework that provides a driver-agnostic API for headless and cross-browser interaction, element selection, JavaScript execution, and waiting, making it a good fit for this search, though network interception and PDF capture depend on the underlying driver.

    RubyHeadless Browser ControllersJavaScript Execution BridgesUI Element Selectors
    Auf GitHub ansehen↗10,166
  • microsoft/playwright-pythonAvatar von microsoft

    microsoft/playwright-python

    14,279Auf GitHub ansehen↗

    Playwright for Python is a browser automation framework designed for end-to-end testing, web scraping, and user interaction simulation. It functions as a headless browser controller that enables programmatic navigation, data extraction, and the execution of complex workflows across multiple rendering engines. The framework distinguishes itself through an actionability-aware interaction engine that automatically verifies element readiness before performing actions, significantly reducing test flakiness. It utilizes isolated browser contexts to maintain separate storage and cookies for parallel

    Playwright for Python is a comprehensive browser automation framework that supports headless execution across Chromium, Firefox, and WebKit, with built-in network interception, screenshot capture, and reliable element interaction, which exactly matches the need for programmatic browser control.

    PythonHeadless Browser ControllersJavaScript Execution BridgesMulti Browser Drivers
    Auf GitHub ansehen↗14,279
  • microsoft/playwrightAvatar von microsoft

    microsoft/playwright

    91,074Auf GitHub ansehen↗

    Playwright is a comprehensive browser automation framework designed for end-to-end testing and web workflow automation. It provides a unified API to drive web applications across multiple browser engines, enabling developers to simulate complex user interactions, perform web scraping, and validate application behavior in consistent, isolated environments. The framework distinguishes itself through a web-first testing paradigm that prioritizes stability and resilience. By utilizing an auto-waiting actionability engine and accessibility-tree-based locators, it eliminates common sources of test

    Playwright is a full-featured browser automation framework supporting headless browsers across Chromium, Firefox, and WebKit, with a scriptable API that includes network interception, screenshot/PDF capture, element selection, JavaScript execution, and auto-waiting — exactly what you need for browser automation, testing, or scraping.

    TypeScriptDOM SelectorsHeadless Browser ControllersJavaScript Execution Bridges
    Auf GitHub ansehen↗91,074
  • nightwatchjs/nightwatchAvatar von nightwatchjs

    nightwatchjs/nightwatch

    11,948Auf GitHub ansehen↗

    Nightwatch is a Node.js test automation tool and W3C WebDriver test framework designed for executing functional test suites and verifying system behavior. It provides a suite of utilities for web browser automation, native mobile application testing, and REST API validation. The project includes specialized tools for visual regression testing, which compares current screenshots against baseline images to detect unexpected changes. It also features an accessibility auditing tool to check user interface elements against established standards for compliance. The framework covers a broad range o

    Nightwatch is a full-featured Node.js test automation framework built on W3C WebDriver standards, supporting headless execution across browsers, comprehensive element interaction, screenshot capture, and all the core scripting and waiting capabilities needed for browser automation and testing.

    JavaScriptUI Element Selectors
    Auf GitHub ansehen↗11,948
  • puppeteer/puppeteerAvatar von puppeteer

    puppeteer/puppeteer

    94,811Auf GitHub ansehen↗

    Puppeteer is a browser automation library that provides a programmatic interface for controlling web browsers to execute tasks, simulate user interactions, and perform end-to-end testing. It functions as a headless browser controller, managing browser lifecycles, isolated session contexts, and remote connections to facilitate stable, automated web-based workflows. The library distinguishes itself through its deep integration with the Chrome DevTools Protocol, utilizing a bidirectional message bus to execute commands and receive real-time event notifications. It supports advanced automation pa

    Puppeteer is a mature browser automation library that gives you programmatic control over Chromium (and Firefox) via the Chrome DevTools Protocol, directly matching your need for headless, scriptable browser control with screenshot, network interception, and wait handling built in.

    TypeScriptHeadless Browser Controllers
    Auf GitHub ansehen↗94,811
  • chromedp/chromedpAvatar von chromedp

    chromedp/chromedp

    13,137Auf GitHub ansehen↗

    chromedp is a browser automation framework and driver that controls web browsers via the Chrome DevTools Protocol. It functions as a headless browser automation tool and web browser controller, enabling the programmatic management of browser sessions, targets, and network responses through a remote debugging interface. The project provides specialized capabilities for Chrome DevTools Protocol automation, including headless browser testing, web scraping and data extraction, and mobile device emulation. It also supports browser-based visual regression by capturing precise screenshots of web pag

    chromedp is a browser automation framework for Chrome via the DevTools Protocol, offering headless browsing, JavaScript execution, network interception, and screenshot capture, though it only supports Chromium-based browsers, missing the cross-browser compatibility you may be looking for.

    GoHeadless Browser AutomationHeadless Browser ControllersJavaScript Execution Bridges
    Auf GitHub ansehen↗13,137
  • casperjs/casperjsAvatar von casperjs

    casperjs/casperjs

    7,172Auf GitHub ansehen↗

    CasperJS is a scripting utility and testing framework for automating web scenarios via headless browsers. It enables the execution of navigation steps and form inputs to automate complex user scenarios, extract web data, and validate the state of remote pages. The project provides specific tooling for PhantomJS and SlimerJS, allowing users to write programmable sequences for web navigation and data extraction. It includes capabilities for capturing visual snapshots of full pages or specific elements to perform user interface regression testing. The framework covers broad automation areas inc

    CasperJS is a scripting and testing framework that automates web scenarios via headless browsers, directly matching this search with support for navigation, form interaction, screenshots, element selection, and JavaScript execution.

    JavaScriptHeadless Browser AutomationHeadless Browser Controllers
    Auf GitHub ansehen↗7,172
  • apify/crawleeAvatar von apify

    apify/crawlee

    24,002Auf GitHub ansehen↗

    Crawlee is a web scraping framework designed for building scalable, reliable, and distributed data extraction pipelines. It provides a unified interface for managing headless browser automation and lightweight HTTP requests, allowing developers to handle complex web navigation, dynamic content rendering, and large-scale data collection within a single, modular architecture. The project distinguishes itself through its resource-aware concurrency controller, which dynamically scales task execution based on real-time CPU and memory usage to prevent host machine exhaustion. It also features a rob

    Crawlee is a web scraping framework built on Playwright and Puppeteer that provides a unified scriptable API for headless browser automation, covering cross-browser compatibility, network interception, screenshot/PDF capture, element selection, JavaScript execution, and wait handling—making it a comprehensive solution for programmatic browser control, whether for scraping, automation, or testing.

    TypeScriptHeadless Browser AutomationCross-Browser AbstractionsCross-Browser Execution Engines
    Auf GitHub ansehen↗24,002
  • go-rod/rodAvatar von go-rod

    go-rod/rod

    6,713Auf GitHub ansehen↗

    go-rod/rod is a Go library for browser automation using the Chrome DevTools Protocol, offering headless support, network interception, screenshot capture, element selection, JavaScript execution, and robust wait handling — a solid fit for programmatic browser control, though limited to Chrome/Chromium rather than full cross-browser.

    GoHeadless Browser AutomationHeadless Browser Drivers
    Auf GitHub ansehen↗6,713
  • seleniumhq/seleniumAvatar von SeleniumHQ

    SeleniumHQ/selenium

    34,203Auf GitHub ansehen↗

    Selenium is a comprehensive browser automation framework that provides a standardized interface for controlling web browsers to perform automated tasks, user interactions, and data extraction. It functions as a cross-browser testing tool, enabling developers to execute identical automation scripts across various browser engines and operating systems to ensure consistent application behavior. By implementing the WebDriver protocol, it maps high-level automation commands to browser-specific drivers using a standardized HTTP-based wire protocol. The project distinguishes itself through its distr

    Selenium is the premier browser automation framework, offering a standardized WebDriver API for controlling multiple browsers headlessly, with full support for element interaction, JavaScript execution, network interception, screenshots, and robust waiting—exactly what this search requires.

    JavaBrowser AutomationBrowser Capability ConfigurationDistributed Testing Grids
    Auf GitHub ansehen↗34,203
  • webdriverio/webdriverioAvatar von webdriverio

    webdriverio/webdriverio

    9,795Auf GitHub ansehen↗

    WebDriverIO is a Node.js test automation framework used for automating functional tests across web browsers and mobile applications. It acts as a WebDriver protocol client that manages remote browser sessions and executes commands against WebDriver and Appium servers to perform end-to-end testing. The framework is distinguished by its ability to control both native and hybrid mobile applications and its support for running automated suites across local machines, remote grids, and cloud device providers. It includes specialized capabilities for coordinating multi-browser interactions and estab

    WebDriverIO is a Node.js-based test automation framework that controls browsers via the WebDriver protocol, providing a scriptable API, cross-browser support, and capabilities for headless execution, screenshots, element interaction, and waits — exactly the kind of programmatic browser control you’re after.

    TypeScriptBrowser Automation TestingEnd-to-End Testing FrameworksWebDriver-Based Automation Servers
    Auf GitHub ansehen↗9,795
  • chromedevtools/chrome-devtools-mcpAvatar von ChromeDevTools

    ChromeDevTools/chrome-devtools-mcp

    43,761Auf GitHub ansehen↗

    This project serves as an agentic browser controller, providing a programmatic bridge that enables autonomous software agents to navigate web pages and interact with document elements. It functions as a browser automation protocol, facilitating headless browser operations and automated web interactions to perform repetitive tasks and end-to-end testing without manual human input. The system distinguishes itself by utilizing the Chrome DevTools Protocol to establish a bidirectional communication channel with the browser engine. This allows for protocol-based remote control, where external appl

    This repository gives you programmatic control over Chrome via the DevTools Protocol, supporting headless browsing, element interaction, network interception, and screenshot capture – but it is currently Chrome-only and tailored for agentic/AI use rather than being a general cross-browser automation framework.

    TypeScriptHeadless Browsers
    Auf GitHub ansehen↗43,761
  • vercel-labs/agent-browserAvatar von vercel-labs

    vercel-labs/agent-browser

    36,203Auf GitHub ansehen↗

    This project is an agentic framework designed to enable autonomous web navigation and browser automation. It functions as a controller that translates natural language instructions into deterministic browser actions, allowing agents to interact with websites, perform data extraction, and manage complex authentication flows. By leveraging accessibility trees and semantic element resolution, the framework mimics human-like navigation, moving beyond brittle DOM selectors to interact reliably with modern web interfaces. The framework distinguishes itself through its focus on secure, scalable exec

    AgentBrowser is a Rust-based framework that uses accessibility trees to translate natural language into deterministic browser actions, making it a genuine browser automation tool for programmatic web interaction and data extraction, though its agentic focus may limit some traditional features like cross-browser or network interception.

    RustHeadless Browser AutomationHeadless Browser ControllersInitialization Script Injections
    Auf GitHub ansehen↗36,203
  • autoscrape-labs/pydollAvatar von autoscrape-labs

    autoscrape-labs/pydoll

    6,919Auf GitHub ansehen↗

    pydoll is a Chrome DevTools Protocol automation library and headless browser controller used for web data extraction and parallel browser automation. It controls Chromium-based browsers via direct WebSocket connections, allowing it to manage isolated browser contexts and tabs while bypassing the overhead and detection associated with WebDriver. The project features an anti-bot evasion framework that mimics natural human behavior, including mouse movements generated via Bezier curves and variable typing patterns. It provides specialized stealth capabilities to bypass behavioral analysis and au

    pydoll is a headless browser automation library for Chromium-based browsers, providing a scriptable CDP interface and anti-bot capabilities, fitting your need for programmatic browser control, though it is limited to Chromium and lacks full cross-browser support.

    PythonHeadless Browser ControllersHeadless BrowsersScript Injections
    Auf GitHub ansehen↗6,919
  • assaf/zombieAvatar von assaf

    assaf/zombie

    5,630Auf GitHub ansehen↗

    Zombie is a headless browser testing framework and full-stack test runner that simulates a complete browser environment entirely within Node.js. It renders and manipulates a virtual DOM using JavaScript alone, without relying on any native browser engine, and processes events, scripts, and page interactions through a single-threaded event loop. This makes it a Node.js browser automation tool that can load, navigate, and interact with web pages programmatically for testing, scraping, or debugging purposes. The framework distinguishes itself through several integrated capabilities that work tog

    Zombie is a Node.js headless browser automation framework that simulates a complete browser environment for programmatic control, scraping, and testing, though its virtual DOM approach limits cross-browser compatibility compared to real browser engines.

    JavaScriptRequest Interception
    Auf GitHub ansehen↗5,630
  • cypress-io/cypressAvatar von cypress-io

    cypress-io/cypress

    50,113Auf GitHub ansehen↗

    Cypress is a browser-based testing framework designed for writing and running automated tests directly inside the browser. It serves as an end-to-end testing framework, a frontend component testing tool, and a web application test runner. The project also functions as a headless browser automation tool and a network traffic interceptor. The system differentiates itself by executing test code within the same browser process as the application, allowing for direct access to the DOM. It includes a network traffic interception system to stub and manipulate browser requests, as well as a graphical

    Cypress is a browser-based testing framework that automates browsers with headless mode, network interception, screenshot capture, and full DOM interaction — exactly the kind of tool this search targets, though its cross-browser support is more limited than some alternatives.

    TypeScriptHeadless Browser Automation
    Auf GitHub ansehen↗50,113
  • apify/crawlee-pythonAvatar von apify

    apify/crawlee-python

    8,097Auf GitHub ansehen↗

    Crawlee-python is a web crawling framework for building scalable scrapers using Python. It serves as a comprehensive tool for web scraping automation, providing a system to extract structured data from websites using both lightweight HTTP requests and headless browser automation. The framework is distinguished by its anti-bot evasion capabilities, which include browser fingerprint impersonation and tiered proxy rotation to bypass detection systems and solve challenges such as Cloudflare. It also incorporates artificial intelligence for autonomous website navigation and schema-based data extra

    Crawlee-python is a web scraping framework that provides headless browser automation via Playwright, covering many of the features you need (scriptable API, network interception, screenshots, element selection, JS execution, and wait handling), though it is primarily built for scraping rather than general-purpose browser testing.

    PythonHeadless Browser Automation
    Auf GitHub ansehen↗8,097
  • intoli/remote-browserAvatar von intoli

    intoli/remote-browser

    1,749Auf GitHub ansehen↗

    Remote-browser is a framework for programmatic browser automation and session management built on standard web extension architecture. It provides the infrastructure to control browser instances, execute automated scripts, and perform debugging tasks through a unified interface. The project distinguishes itself by enabling both local and remote browser connectivity, allowing users to establish persistent communication channels with distant browser instances over a network. It utilizes a privileged extension environment to isolate automation logic from page-level content, ensuring that scripts

    remote-browser is a low-level browser automation framework built on the Web Extensions API, making it a legitimate tool for programmatic browser control, but its scope and feature set may be narrower than typical high-level frameworks.

    JavaScriptBrowser Automation FrameworksBrowser Extension AutomationBrowser Alarm Schedulers
    Auf GitHub ansehen↗1,749
  • browser-use/workflow-useAvatar von browser-use

    browser-use/workflow-use

    4,054Auf GitHub ansehen↗

    This project is an LLM browser automation framework and AI agent browser interface. It serves as a control layer that translates natural language instructions into browser interactions using large language models, enabling AI agents to navigate and interact with web pages through standardized browser-control functions. The system functions as an RPA workflow orchestrator and headless browser management tool, capable of recording and replaying deterministic browser sequences to automate repetitive tasks. It distinguishes itself through stealth configurations, including residential proxies and

    Browser-use/workflow-use is an LLM-driven browser automation framework that provides programmatic control over browsers, supporting headless management, RPA workflows, and natural language instructions, fitting the core intent of a browser automation tool despite a narrower AI-focused approach.

    PythonAI Browser Automation ToolsAI-Driven Browser ControllersAgentic Browser Interfaces
    Auf GitHub ansehen↗4,054
  • browseros-ai/browserosAvatar von browseros-ai

    browseros-ai/BrowserOS

    9,401Auf GitHub ansehen↗

    BrowserOS is an AI agent browser orchestrator and automation framework designed to manage browser state and execute complex web workflows. It functions as a local AI browser assistant and a Model Context Protocol controller, enabling the control of browser tabs, windows, and navigation through programmable AI agents and standardized context protocols. The system distinguishes itself through a graph-based visual workflow builder for creating repeatable automation sequences and the use of markdown-based files to define agent personalities and task recipes. It supports multi-provider orchestrati

    BrowserOS is an AI-driven browser automation framework that orchestrates browser state and workflows via agents and a visual builder, supporting headless Chromium, screenshot/PDF capture, and scriptable interactions — fitting core browser automation needs, though it's focused on Chromium and AI orchestration rather than full cross-browser scripting.

    C++Agentic Browser ControllersAI Agent OrchestratorsGraph-Based Workflow Orchestrators
    Auf GitHub ansehen↗9,401
Die Top 10 auf einen Blick vergleichen
RepositoryStarsSpracheLizenzLetzter Push
googlechrome/puppeteer95KTypeScriptApache-2.015. Juni 2026
pyppeteer/pyppeteer3.9KPythonNOASSERTION29. Juni 2024
teamcapybara/capybara10.2KRubyMIT19. Apr. 2026
microsoft/playwright-python14.3KPythonapache-2.011. Feb. 2026
microsoft/playwright91.1KTypeScriptApache-2.016. Juni 2026
nightwatchjs/nightwatch11.9KJavaScriptMIT25. Mai 2026
puppeteer/puppeteer94.8KTypeScriptApache-2.015. Juni 2026
chromedp/chromedp13.1KGoMIT23. März 2026
casperjs/casperjs7.2KJavaScriptMIT3. Apr. 2020
apify/crawlee24KTypeScriptApache-2.023. Juni 2026

Related searches

  • DOM interaction library
  • a library for browser automation and scraping
  • Browser automation sandbox
  • a library for processing digital documents
  • Bibliothek für Headless-Browser-Automatisierung
  • eine Bibliothek mit benutzerdefinierten React-Hooks
  • Command line utilities
  • Network access control