|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/irtiweb/CATS/vendor/instaclick/php-webdriver/ |
Upload File : |
WebDriver for Selenium 2 ======================== This WebDriver client implementation is based on Facebook's [php-webdriver](https://github.com/facebook/php-webdriver/) project by Justin Bishop. Distinguishing features: * Up-to-date with [Selenium 2 JSON Wire Protocol](http://code.google.com/p/selenium/wiki/JsonWireProtocol) (including WebDriver commands yet to be documented). * In the *master* branch, class names and file organization follow PSR-0 conventions for php 5.3+ namespaces. * Coding style follows PSR-1, PSR-2, and Symfony2 conventions. * Auto-generate API documentation via [phpDocumentor 2.x](http://phpdoc.org/). [](https://travis-ci.org/instaclick/php-webdriver) [](https://coveralls.io/r/instaclick/php-webdriver) [](https://www.versioneye.com/php/instaclick:php-webdriver/) [](https://packagist.org/packages/instaclick/php-webdriver) [](https://packagist.org/packages/instaclick/php-webdriver) Downloads ========= * [Packagist (dev-master)](http://packagist.org/packages/instaclick/php-webdriver) * [Github](https://github.com/instaclick/php-webdriver) Notes ===== * The *5.2.x* branch is no longer maintained. This branch features class names and file re-organization that follow PEAR/ZF1 conventions. Bug fixes and enhancements from the master branch likely won't be backported.