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
·
mozilla avatar

mozilla/geckodriver

0
View on GitHub↗
7,480 Stars·1,525 Forks·MPL-2.0·7 Aufrufefirefox-source-docs.mozilla.org/testing/geckodriver↗

Geckodriver

geckodriver ist ein Browser-Automatisierungstreiber und eine W3C-WebDriver-Implementierung. Er fungiert als Proxy-Server, der standardisierte WebDriver-Befehle in interne Anweisungen für Webbrowser auf Basis der Gecko-Engine übersetzt.

Das Projekt ermöglicht die programmatische Steuerung von Gecko-basierten Browsern, um Benutzerinteraktionen zu simulieren und repetitive Webaufgaben zu automatisieren. Es unterstützt sowohl die Standard-Browser-Automatisierung als auch die Headless-Browser-Orchestrierung für Workflows, die ohne grafische Benutzeroberfläche ausgeführt werden.

Die Software wird für automatisierte Webtests verwendet, um die Funktionalität von Websites und das Verhalten der Benutzeroberfläche durch die Ausführung programmatischer Test-Suiten gegen einen Live-Browser zu verifizieren.

Features

  • Browser Automation Interfaces - Acts as a standardized remote control interface for automating web browser interactions and testing.
  • WebDriver Proxy Bridges - Functions as a proxy server translating standardized WebDriver commands into internal instructions for Gecko-based browsers.
  • WebDriver Implementations - Implements a communication layer that maps standardized W3C WebDriver HTTP requests to Gecko-specific browser commands.
  • Browser Automation - Enables programmatic control of web browsers to automate user interactions and execute repetitive web tasks.
  • Browser Control APIs - Provides an HTTP-based interface for programmatic control of Gecko browser instances, including navigation and tab management.
  • WebDriver Protocol Serializers - Translates incoming JSON WebDriver payloads into the internal communication format required by the Gecko browser engine.
  • Remote Control Protocols - Uses the Marionette protocol over TCP sockets to provide low-level remote control of the browser.
  • Browser Automation Testing - Enables running programmatic test suites against a live browser to verify website functionality and UI behavior.
  • Headless Browser Orchestrators - Manages and controls isolated headless browser instances for continuous integration and web scraping workflows.
  • Browser Drivers - WebDriver implementation for the Firefox browser.

Star-Verlauf

Star-Verlauf für mozilla/geckodriverStar-Verlauf für mozilla/geckodriver

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Geckodriver

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Geckodriver.
  • 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

    TypeScriptapifyautomationcrawler
    Auf GitHub ansehen↗24,002
  • php-webdriver/php-webdriverAvatar von php-webdriver

    php-webdriver/php-webdriver

    5,203Auf GitHub ansehen↗

    php-webdriver is a WebDriver PHP client and browser automation framework that implements the W3C WebDriver standard. It serves as a programmatic interface for controlling web browsers, executing JavaScript, and managing browser sessions in both headed and headless environments. The library functions as a Selenium protocol implementation, allowing PHP applications to communicate with browser drivers such as ChromeDriver or GeckoDriver. It provides the ability to automate user actions, navigate pages, and validate DOM elements for web UI testing. Its capabilities cover broad areas of browser i

    PHPphp-webdriverseleniumselenium-php
    Auf GitHub ansehen↗5,203
  • 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

    Pythonbrowser-automationbrowser-use-boxrpa
    Auf GitHub ansehen↗4,054
  • facebook/php-webdriverAvatar von facebook

    facebook/php-webdriver

    5,203Auf GitHub ansehen↗

    php-webdriver is a browser automation library and PHP language binding for the Selenium WebDriver protocol. It serves as a web application testing tool that allows for the programmatic control of web browsers to simulate user interactions and navigate web pages. The project implements the WebDriver protocol to manage browser sessions and execute automated functional tests. It enables integration with Selenium servers to perform automated web testing and support headless browser workflows. The library provides capabilities for configuring browser properties and managing the lifecycle of remot

    PHP
    Auf GitHub ansehen↗5,203
Alle 30 Alternativen zu Geckodriver anzeigen→

Häufig gestellte Fragen

Was macht mozilla/geckodriver?

geckodriver ist ein Browser-Automatisierungstreiber und eine W3C-WebDriver-Implementierung. Er fungiert als Proxy-Server, der standardisierte WebDriver-Befehle in interne Anweisungen für Webbrowser auf Basis der Gecko-Engine übersetzt.

Was sind die Hauptfunktionen von mozilla/geckodriver?

Die Hauptfunktionen von mozilla/geckodriver sind: Browser Automation Interfaces, WebDriver Proxy Bridges, WebDriver Implementations, Browser Automation, Browser Control APIs, WebDriver Protocol Serializers, Remote Control Protocols, Browser Automation Testing.

Welche Open-Source-Alternativen gibt es zu mozilla/geckodriver?

Open-Source-Alternativen zu mozilla/geckodriver sind unter anderem: apify/crawlee — Crawlee is a web scraping framework designed for building scalable, reliable, and distributed data extraction… php-webdriver/php-webdriver — php-webdriver is a WebDriver PHP client and browser automation framework that implements the W3C WebDriver standard.… browser-use/workflow-use — This project is an LLM browser automation framework and AI agent browser interface. It serves as a control layer that… facebook/php-webdriver — php-webdriver is a browser automation library and PHP language binding for the Selenium WebDriver protocol. It serves… mherrmann/helium — Helium is a Python library and high-level wrapper for Selenium designed for browser automation, functional UI testing,… agent-infra/sandbox — This project provides secure, containerized infrastructure designed for autonomous agents, remote code execution, and…