Run Selenium tests more easily with automatic installation and updates for all supported webdrivers.
webdrivers
downloads drivers and directs Selenium to use them.
Currently supported:
chromedriver
geckodriver
IEDriverServer
MicrosoftWebDriver
Drivers are stored in ~/.webdrivers
directory
in your Gemfile:
gem "webdrivers", "~> 3.0"
in your project:
require 'webdrivers'
The gem is available as open source under the terms of the MIT License, see LICENSE.txt for full details and copyright.
Bug reports and pull requests are welcome on GitHub.
Copyright (c) 2017 Titus Fortner See LICENSE for details