## Running the tests

 - Install `wd` package from npm
 - Install [Selenium Stand-alone Server](http://docs.seleniumhq.org/download/) [Download](http://selenium.googlecode.com/files/selenium-server-standalone-2.33.0.jar) 
 - Start Selenium server ( open the `.jar` file )
 - `node test/basic-test.js`

Note: The basic tests use the `firefox` browser, so you will need to have that installed.