# Installing the selenium jar

This package will download the selenium-server.jar and webdrivers for:

- Chrome

With that the supported browsers are:

- firefox
- phantomjs
- chrome

## Installation

```bash
# to download selenium and the chrome webdriver
npm install selenium-wrapper -g
```

## Run selenium

```bash
# first start selenium and chrome driver
selenium
```

# Writing the tests using wd

Examples can be found in the [wd repository](https://github.com/admc/wd)

API docs can be found in the [wd documentation](https://github.com/admc/wd/blob/master/doc/jsonwire-mapping.md)
