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