Skip to content

chibimagic/WebDriver-PHP

Folders and files

NameName
Last commit message
Last commit date
Apr 17, 2015
Oct 3, 2011
May 14, 2014
Apr 17, 2015
Sep 22, 2011
Jul 29, 2011
Sep 5, 2012

Repository files navigation

Overview

These are the PHP bindings for the WebDriver API in Selenium 2. It's designed to work with PHPUnit and includes some built-ins for running tests at Sauce Labs.

For more information, see:

Usage

See the included SampleTest.php. Start up the Selenium 2 standalone server (http://code.google.com/p/selenium/downloads/list) and run the test with:

phpunit SampleTest.php

Make sure phpunit is in your path!

Tests

What's code without tests? Run the tests with:

phpunit WebDriverSelectorTest.php
phpunit WebDriverXPathTest.php
phpunit WebDriverColorTest.php

About

PHP bindings for WebDriver (Selenium 2 API).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages