Yannick Warnier 76a0eae5ea Add static resources and remove tests dir for beta release 5 anni fa
..
doc 76a0eae5ea Add static resources and remove tests dir for beta release 5 anni fa
lib 76a0eae5ea Add static resources and remove tests dir for beta release 5 anni fa
test 76a0eae5ea Add static resources and remove tests dir for beta release 5 anni fa
.coveralls.yml 76a0eae5ea Add static resources and remove tests dir for beta release 5 anni fa
.gitignore 76a0eae5ea Add static resources and remove tests dir for beta release 5 anni fa
.travis.yml 76a0eae5ea Add static resources and remove tests dir for beta release 5 anni fa
README.md 76a0eae5ea Add static resources and remove tests dir for beta release 5 anni fa
composer.json 76a0eae5ea Add static resources and remove tests dir for beta release 5 anni fa
phpdoc.dist.xml 76a0eae5ea Add static resources and remove tests dir for beta release 5 anni fa
phpunit.xml.dist 76a0eae5ea Add static resources and remove tests dir for beta release 5 anni fa

README.md

WebDriver for Selenium 2

This WebDriver client implementation is based on Facebook's php-webdriver project by Justin Bishop.

Distinguishing features:

  • Up-to-date with Selenium 2 JSON Wire Protocol (including WebDriver commands yet to be documented).
  • In the master branch, class names and file organization follow PSR-0 conventions for php 5.3+ namespaces.
  • Coding style follows PSR-1, PSR-2, and Symfony2 conventions.
  • Auto-generate API documentation via phpDocumentor 2.x.

Build Status Coverage Status Dependency Status

Latest Stable Version Total Downloads

Downloads

Notes

  • 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.