awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
mozilla avatar

mozilla/geckodriver

0
View on GitHub↗
7,480 estrellas·1,525 forks·MPL-2.0·6 vistasfirefox-source-docs.mozilla.org/testing/geckodriver↗

Geckodriver

geckodriver es un controlador de automatización de navegador y una implementación de W3C WebDriver. Funciona como un servidor proxy que traduce comandos de WebDriver estandarizados en instrucciones internas para navegadores web basados en el motor Gecko.

El proyecto permite el control programático de navegadores basados en Gecko para simular interacciones de usuario y automatizar tareas web repetitivas. Admite tanto la automatización de navegador estándar como la orquestación de navegadores headless para flujos de trabajo que se ejecutan sin una interfaz gráfica de usuario.

El software se utiliza para pruebas web automatizadas para verificar la funcionalidad del sitio web y el comportamiento de la interfaz de usuario ejecutando suites de pruebas programáticas contra un navegador en vivo.

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.

Historial de estrellas

Gráfico del historial de estrellas de mozilla/geckodriverGráfico del historial de estrellas de mozilla/geckodriver

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Geckodriver

Proyectos open-source similares, clasificados según cuántas características comparten con Geckodriver.
  • apify/crawleeAvatar de apify

    apify/crawlee

    24,002Ver en GitHub↗

    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
    Ver en GitHub↗24,002
  • php-webdriver/php-webdriverAvatar de php-webdriver

    php-webdriver/php-webdriver

    5,203Ver en GitHub↗

    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
    Ver en GitHub↗5,203
  • browser-use/workflow-useAvatar de browser-use

    browser-use/workflow-use

    4,054Ver en GitHub↗

    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
    Ver en GitHub↗4,054
  • facebook/php-webdriverAvatar de facebook

    facebook/php-webdriver

    5,203Ver en GitHub↗

    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
    Ver en GitHub↗5,203
Ver las 30 alternativas a Geckodriver→

Preguntas frecuentes

¿Qué hace mozilla/geckodriver?

geckodriver es un controlador de automatización de navegador y una implementación de W3C WebDriver. Funciona como un servidor proxy que traduce comandos de WebDriver estandarizados en instrucciones internas para navegadores web basados en el motor Gecko.

¿Cuáles son las características principales de mozilla/geckodriver?

Las características principales de mozilla/geckodriver son: Browser Automation Interfaces, WebDriver Proxy Bridges, WebDriver Implementations, Browser Automation, Browser Control APIs, WebDriver Protocol Serializers, Remote Control Protocols, Browser Automation Testing.

¿Qué alternativas de código abierto existen para mozilla/geckodriver?

Las alternativas de código abierto para mozilla/geckodriver incluyen: 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…