xmeltrut / php-webdriver

Selenium 2 webdriver "thin client" for php 5.3+; this fork is up-to-date WRT JsonWireProtocol r17617; the "upstream" branch tracks the original upstream repo; the "master" branch uses PSR-0 naming convention for php 5.3+ namespaces; the "5.2.x" branch uses the PEAR/ZF1 naming convention (and will no longer be maintained)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP WebDriver for Selenium 2

This fork is based on Facebook's php-webdriver project. [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 features class names and file re-organization that follows PEAR/ZF1 conventions. However, bug fixes and enhancements from the master branch may not be backported.

Downloads

Notes

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

About

Selenium 2 webdriver "thin client" for php 5.3+; this fork is up-to-date WRT JsonWireProtocol r17617; the "upstream" branch tracks the original upstream repo; the "master" branch uses PSR-0 naming convention for php 5.3+ namespaces; the "5.2.x" branch uses the PEAR/ZF1 naming convention (and will no longer be maintained)


Languages

Language:PHP 100.0%