You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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](http://code.google.com/p/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/).
* 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.
0 commit comments