annotate vendor/instaclick/php-webdriver/README.md @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents c75dbcec494b
children
rev   line source
Chris@0 1 WebDriver for Selenium 2
Chris@0 2 ========================
Chris@0 3 This WebDriver client implementation is based on Facebook's [php-webdriver](https://github.com/facebook/php-webdriver/) project by Justin Bishop.
Chris@0 4
Chris@0 5 Distinguishing features:
Chris@0 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@0 7 * In the *master* branch, class names and file organization follow PSR-0 conventions for php 5.3+ namespaces.
Chris@0 8 * Coding style follows PSR-1, PSR-2, and Symfony2 conventions.
Chris@0 9 * Auto-generate API documentation via [phpDocumentor 2.x](http://phpdoc.org/).
Chris@0 10
Chris@0 11 [![Build Status](https://travis-ci.org/instaclick/php-webdriver.png)](https://travis-ci.org/instaclick/php-webdriver)
Chris@0 12 [![Coverage Status](https://coveralls.io/repos/instaclick/php-webdriver/badge.png)](https://coveralls.io/r/instaclick/php-webdriver)
Chris@0 13 [![Dependency Status](https://www.versioneye.com/php/instaclick:php-webdriver/badge.png)](https://www.versioneye.com/php/instaclick:php-webdriver/)
Chris@0 14
Chris@0 15 [![Latest Stable Version](https://poser.pugx.org/instaclick/php-webdriver/v/stable.png)](https://packagist.org/packages/instaclick/php-webdriver)
Chris@0 16 [![Total Downloads](https://poser.pugx.org/instaclick/php-webdriver/downloads.png)](https://packagist.org/packages/instaclick/php-webdriver)
Chris@0 17
Chris@0 18 Downloads
Chris@0 19 =========
Chris@0 20 * [Packagist (dev-master)](http://packagist.org/packages/instaclick/php-webdriver)
Chris@0 21 * [Github](https://github.com/instaclick/php-webdriver)
Chris@0 22
Chris@0 23 Notes
Chris@0 24 =====
Chris@0 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.