awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
facebook avatar

facebook/php-webdriver

0
View on GitHub↗
5,203 स्टार्स·845 फोर्क्स·PHP·MIT·3 व्यूज़

Php Webdriver

php-webdriver, एक ब्राउज़र ऑटोमेशन लाइब्रेरी और Selenium WebDriver प्रोटोकॉल के लिए PHP भाषा बाइंडिंग है। यह एक वेब एप्लिकेशन टेस्टिंग टूल के रूप में कार्य करता है जो यूज़र इंटरैक्शन को सिम्युलेट करने और वेब पेजों को नेविगेट करने के लिए वेब ब्राउज़र के प्रोग्रामेटिक नियंत्रण की अनुमति देता है। प्रोजेक्ट ब्राउज़र सेशंस को प्रबंधित करने और ऑटोमेटेड फंक्शनल टेस्ट्स निष्पादित करने के लिए WebDriver प्रोटोकॉल को लागू करता है। यह ऑटोमेटेड वेब टेस्टिंग करने और हेडलेस ब्राउज़र वर्कफ़्लो को सपोर्ट करने के लिए Selenium सर्वर्स के साथ इंटीग्रेशन को सक्षम बनाता है। लाइब्रेरी ब्राउज़र गुणों को कॉन्फ़िगर करने और रिमोट ब्राउज़र सेशंस के लाइफसाइकिल को प्रबंधित करने के लिए क्षमताएं प्रदान करती है।

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.

स्टार हिस्ट्री

facebook/php-webdriver के लिए स्टार हिस्ट्री चार्टfacebook/php-webdriver के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Php Webdriver के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Php Webdriver के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • php-webdriver/php-webdriverphp-webdriver का अवतार

    php-webdriver/php-webdriver

    5,203GitHub पर देखें↗

    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
    GitHub पर देखें↗5,203
  • ariya/phantomjsariya का अवतार

    ariya/phantomjs

    29,489GitHub पर देखें↗

    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
    GitHub पर देखें↗29,489
  • lavague-ai/lavaguelavague-ai का अवतार

    lavague-ai/LaVague

    6,374GitHub पर देखें↗

    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
    GitHub पर देखें↗6,374
  • kblok/puppeteer-sharpkblok का अवतार

    kblok/puppeteer-sharp

    3,901GitHub पर देखें↗

    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#
    GitHub पर देखें↗3,901
Php Webdriver के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

facebook/php-webdriver क्या करता है?

php-webdriver, एक ब्राउज़र ऑटोमेशन लाइब्रेरी और Selenium WebDriver प्रोटोकॉल के लिए PHP भाषा बाइंडिंग है। यह एक वेब एप्लिकेशन टेस्टिंग टूल के रूप में कार्य करता है जो यूज़र इंटरैक्शन को सिम्युलेट करने और वेब पेजों को नेविगेट करने के लिए वेब ब्राउज़र के प्रोग्रामेटिक नियंत्रण की अनुमति देता है। प्रोजेक्ट ब्राउज़र सेशंस को प्रबंधित करने और ऑटोमेटेड फंक्शनल टेस्ट्स निष्पादित करने के लिए WebDriver प्रोटोकॉल को लागू करता है। यह ऑटोमेटेड वेब टेस्टिंग करने और हेडलेस ब्राउज़र…

facebook/php-webdriver की मुख्य विशेषताएं क्या हैं?

facebook/php-webdriver की मुख्य विशेषताएं हैं: Browser Automation, Browser Capability Configuration, WebDriver Implementations, Selenium WebDriver Automations, PHP Bindings, Web Testing Frameworks, Browser Session Managers, JSON-RPC Implementations।

facebook/php-webdriver के कुछ ओपन-सोर्स विकल्प क्या हैं?

facebook/php-webdriver के ओपन-सोर्स विकल्पों में शामिल हैं: 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…