This WebDriver client implementation is based on Facebook's php-webdriver project by Justin Bishop. [1]
Distinguishing features:
- Up-to-date with Selenium 2 JSON Wire Protocol (including WebDriver commands yet to be documented) [2]
- master branch where class names and file organization follows PSR-0 conventions for php 5.3+ namespaces
- coding style follows PSR-1, PSR-2, and Symfony2 conventions [3]
- auto-generate API documentation via phpDocumentor 2.x [4]
- includes a basic web test runner
- Packagist (dev-master) http://packagist.org/packages/instaclick/php-webdriver
- Github https://github.com/instaclick/php-webdriver
[1] | https://github.com/facebook/php-webdriver/ |
[2] | http://code.google.com/p/selenium/wiki/JsonWireProtocol |
[3] | 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. |
[4] | http://phpdoc.org/ |