Webdrivers

Build status

Run Selenium tests more easily with install and updates for all supported webdrivers.

Description

webdrivers installs driver executables, in your gem path. chromedriver and geckodriver are currently supported.

Drivers are stored in ~/.webdrivers directory and used within the context of your gem path

Usage

gem install webdrivers

or in your Gemfile:

gem "webdrivers", "~> 2.1"

License

The gem is available as open source under the terms of the MIT License, see LICENSE.txt for full details and copyright.

Contributing

Bug reports and pull requests are welcome on GitHub.

Credit

This is a fork of chromedriver-helper gem