/WebDriver4PHP

Library provides support for Selenium 2 WebDriver. Currently is under huge changes so nothing here is final!

Primary LanguagePHP

WebDriver4PHP


This is library for writing functional Selenium 2 Webdriver tests in Php.
It works using JsonWireProtocol to comunicate with Selenium server.


Library is under heavy development! Nothing here is final!

Requirements:
	- PHP 5.2.7+ (extensions: curl)
	- PHPUnit 3.6
	- JDK 1.5+
	- Apache Ant

This library is a fork of the "php-webdrivers-bindings" available at http://code.google.com/p/php-webdriver-bindings/.