Skip to content

W3C and Selenium 2 webdriver "thin client" for php 5.3+ and namespaces.

License

Notifications You must be signed in to change notification settings

instaclick/php-webdriver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 Cannot retrieve latest commit at this time.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP WebDriver for Selenium 2

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

Downloads

Notes

[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/