Mercurial > hg > isophonics-drupal-site
annotate vendor/instaclick/php-webdriver/README.md @ 19:fa3358dc1485 tip
Add ndrum files
author | Chris Cannam |
---|---|
date | Wed, 28 Aug 2019 13:14:47 +0100 |
parents | 1fec387a4317 |
children |
rev | line source |
---|---|
Chris@14 | 1 WebDriver for Selenium 2 |
Chris@14 | 2 ======================== |
Chris@14 | 3 This WebDriver client implementation is based on Facebook's [php-webdriver](https://github.com/facebook/php-webdriver/) project by Justin Bishop. |
Chris@14 | 4 |
Chris@14 | 5 Distinguishing features: |
Chris@14 | 6 * Up-to-date with [Selenium 2 JSON Wire Protocol](https://github.com/SeleniumHQ/selenium/wiki/JsonWireProtocol) (including WebDriver commands yet to be documented). |
Chris@14 | 7 * In the *master* branch, class names and file organization follow PSR-0 conventions for php 5.3+ namespaces. |
Chris@14 | 8 * Coding style follows PSR-1, PSR-2, and Symfony2 conventions. |
Chris@14 | 9 * Auto-generate API documentation via [phpDocumentor 2.x](http://phpdoc.org/). |
Chris@14 | 10 |
Chris@14 | 11 [](https://travis-ci.org/instaclick/php-webdriver) |
Chris@14 | 12 [](https://coveralls.io/r/instaclick/php-webdriver) |
Chris@14 | 13 [](https://www.versioneye.com/php/instaclick:php-webdriver/) |
Chris@14 | 14 |
Chris@14 | 15 [](https://packagist.org/packages/instaclick/php-webdriver) |
Chris@14 | 16 [](https://packagist.org/packages/instaclick/php-webdriver) |
Chris@14 | 17 |
Chris@14 | 18 Downloads |
Chris@14 | 19 ========= |
Chris@14 | 20 * [Packagist (dev-master)](http://packagist.org/packages/instaclick/php-webdriver) |
Chris@14 | 21 * [Github](https://github.com/instaclick/php-webdriver) |
Chris@14 | 22 |
Chris@14 | 23 Notes |
Chris@14 | 24 ===== |
Chris@14 | 25 * 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. |