awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
facebook avatar

facebook/php-webdriver

0
View on GitHub↗
5,203 stele·845 fork-uri·PHP·MIT·3 vizualizări

Php Webdriver

php-webdriver este o bibliotecă de automatizare a browserului și un binding pentru limbajul PHP pentru protocolul Selenium WebDriver. Servește ca instrument de testare a aplicațiilor web care permite controlul programatic al browserelor web pentru a simula interacțiunile utilizatorului și a naviga prin pagini web.

Proiectul implementează protocolul WebDriver pentru a gestiona sesiunile de browser și a executa teste funcționale automatizate. Permite integrarea cu serverele Selenium pentru a efectua testarea web automatizată și a susține fluxurile de lucru ale browserelor headless.

Biblioteca oferă capabilități pentru configurarea proprietăților browserului și gestionarea ciclului de viață al sesiunilor de browser remote.

Features

  • Browser Automation - Provides programmatic control of web browsers to automate user interactions and navigate pages.
  • Browser Capability Configuration - Allows definition of specific browser properties and proxy settings to customize the automation environment.
  • WebDriver Implementations - Implements the standardized W3C WebDriver protocol using specific URI paths and HTTP methods to control browser sessions.
  • Selenium WebDriver Automations - Connects PHP applications to Selenium servers to execute automated browser commands and functional tests.
  • PHP Bindings - Serves as a PHP language binding for controlling and automating web browsers via the WebDriver protocol.
  • Web Testing Frameworks - Enables the verification of website functionality by simulating real user behavior through a programmatic interface.
  • Browser Session Managers - Establishes and maintains connections to remote browser drivers to manage the lifecycle of automation sessions.
  • JSON-RPC Implementations - Communicates with browser drivers using the JSON-RPC protocol over standard HTTP connections.
  • Remote Procedure Calls - Implements a remote procedure call mechanism to translate PHP method calls into API requests for a browser driver.
  • Remote Object Proxies - Uses remote object proxies to represent web elements locally and trigger network requests upon method invocation.
  • Headless Browsers - Supports running web interactions in background browser environments for data scraping and automated audits.
  • Test Automation Frameworks - PHP client implementation for WebDriver.

Istoric stele

Graficul istoricului de stele pentru facebook/php-webdriverGraficul istoricului de stele pentru facebook/php-webdriver

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Întrebări frecvente

Ce face facebook/php-webdriver?

php-webdriver este o bibliotecă de automatizare a browserului și un binding pentru limbajul PHP pentru protocolul Selenium WebDriver. Servește ca instrument de testare a aplicațiilor web care permite controlul programatic al browserelor web pentru a simula interacțiunile utilizatorului și a naviga prin pagini web.

Care sunt principalele funcționalități ale facebook/php-webdriver?

Principalele funcționalități ale facebook/php-webdriver sunt: Browser Automation, Browser Capability Configuration, WebDriver Implementations, Selenium WebDriver Automations, PHP Bindings, Web Testing Frameworks, Browser Session Managers, JSON-RPC Implementations.

Care sunt câteva alternative open-source pentru facebook/php-webdriver?

Alternativele open-source pentru facebook/php-webdriver includ: php-webdriver/php-webdriver — php-webdriver is a WebDriver PHP client and browser automation framework that implements the W3C WebDriver standard.… ariya/phantomjs — PhantomJS is a scriptable, headless browser engine based on WebKit that provides a programmatic interface for… lavague-ai/lavague — LaVague is an LLM web agent framework and large action model designed to translate natural language instructions into… kblok/puppeteer-sharp — Puppeteer Sharp is a web browser automation library and a headless Chrome .NET API. It provides a type-safe C#… seleniumhq/selenium — Selenium is a comprehensive browser automation framework that provides a standardized interface for controlling web… webdriverio/webdriverio — WebDriverIO is a Node.js test automation framework used for automating functional tests across web browsers and mobile…

Alternative open-source pentru Php Webdriver

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Php Webdriver.
  • php-webdriver/php-webdriverAvatar php-webdriver

    php-webdriver/php-webdriver

    5,203Vezi pe 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
    Vezi pe GitHub↗5,203
  • ariya/phantomjsAvatar ariya

    ariya/phantomjs

    29,489Vezi pe GitHub↗

    PhantomJS is a scriptable, headless browser engine based on WebKit that provides a programmatic interface for automating web page interactions. It operates without a graphical user interface, allowing for the execution of JavaScript to navigate pages, manipulate the document object model, and perform functional testing of web applications. The tool distinguishes itself by providing low-level control over the browser rendering lifecycle and network stack. It enables real-time interception and modification of network traffic, alongside the ability to generate visual snapshots and document expor

    C++automationheadlessheadless-browser
    Vezi pe GitHub↗29,489
  • lavague-ai/lavagueAvatar lavague-ai

    lavague-ai/LaVague

    6,374Vezi pe GitHub↗

    LaVague is an LLM web agent framework and large action model designed to translate natural language instructions into executable browser automation scripts. It functions as a multi-modal orchestrator that reasons over web page states and HTML content to automate multi-step tasks via a Selenium-based automation engine. The framework features a modular model provider layer, allowing users to swap between different language and vision models from providers such as Anthropic, Gemini, and Azure OpenAI. It employs a multi-modal world model to process screenshots and HTML structures, utilizing retri

    Pythonaibrowserlarge-action-model
    Vezi pe GitHub↗6,374
  • kblok/puppeteer-sharpAvatar kblok

    kblok/puppeteer-sharp

    3,901Vezi pe GitHub↗

    Puppeteer Sharp is a web browser automation library and a headless Chrome .NET API. It provides a type-safe C# interface for controlling headless browsers, functioning as a Chrome DevTools Protocol wrapper that translates .NET method calls into JSON-RPC messages. The project enables programmatic navigation of pages, interaction with elements, and the execution of JavaScript within a .NET environment. It serves as an end-to-end testing framework for simulating user workflows and verifying web application behavior. Additional capabilities include automated screenshot generation for visual regr

    C#
    Vezi pe GitHub↗3,901
  • Vezi toate cele 30 alternative pentru Php Webdriver→