Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/vendor/instaclick/php-webdriver
Yannick Warnier 93566e8613 Add static resources for release 10 years ago
..
bin Add static resources for release 10 years ago
doc Add static resources for release 10 years ago
lib/WebDriver Add static resources for release 10 years ago
test/Test/WebDriver Add static resources for release 10 years ago
.gitignore Add static resources for release 10 years ago
README.rst Add static resources for release 10 years ago
composer.json Add static resources for release 10 years ago
phpdoc.dist.xml Add static resources for release 10 years ago
phpunit.xml.dist Add static resources for release 10 years ago

README.rst

============================
PHP WebDriver for Selenium 2
============================

This fork is based on Facebook's original php-webdriver project by Justin Bishop (now being re-written). [1]_

Distinguishing features of this fork:

* Up-to-date with Selenium 2 JSON Wire Protocol [2]_ (including WebDriver commands yet to be documented)
* *master* branch where class names and file organization follows PSR-0 conventions for php 5.3+ namespaces
* coding style follows Symfony2 coding standard
* auto-generate API documentation via phpDocumentor 2.x [3]_
* includes a basic web test runner

The *5.2.x* branch (no longer maintained) features class names and file re-organization that follows PEAR/ZF1
conventions. Bug fixes and enhancements from the master branch likely won't be backported.

Downloads
=========

* Packagist (dev-master) http://packagist.org/packages/instaclick/php-webdriver
* Github https://github.com/instaclick/php-webdriver

Notes
=====

.. [1] https://github.com/facebook/php-webdriver/
.. [2] http://code.google.com/p/selenium/wiki/JsonWireProtocol
.. [3] http://phpdoc.org/