Webdrivers

Build status

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

Description

webdrivers installs driver executables, in your gem path.

Currently supported:

  • chromedriver
  • geckodriver
  • phantomjs
  • IEDriverServer
  • MicrosoftWebDriver

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

Usage

gem install webdrivers

or in your Gemfile:

gem "webdrivers", "~> 2.3"

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