selenium_webdriver 0.1.4

A crate to interact with the selenium server and write automated UI scripts and tests
Documentation
## Docs

[docs](https://docs.rs/selenium_webdriver/)

## Purpose

The main purpose of this crate is to provide the means of interacting with the selenium server.
Provides basic functionality for UI automated tests and scripts.

## Requirements

* Selenium server running on localhost:4444
* A chromedriver, geckodriver or safari

## Limitations

* For now Safari supports only simple session

## TO DO

* Add useful methods which are available in other Selenium implementations
* Add support for Safari session options

## Contributions
Any contributions, bug reports and improvement suggestions are much anticipated and appreciated!

### Release notes:
* v 0.1.4 - Basic Safari support
* v 0.1.3 - FirefoxOptions support
* v 0.1.2 - ChromeOptions support
* v 0.1.1 - necessary info added
* v 0.1.0 - initial release