Final release of chromedriver-helper.
This gem is being deprecated as of 2019-03-31 in favor of the webdrivers
gem. See #83 for details.
Enhancement:
- Use the
LATEST_RELEASE
file to determine the newest version, to avoid downloading the experimental versions the Chrome team is posting recently. #62 (Thanks, @ibrahima!)
Bug fix:
lib/chromedriver-helper.rb
explicitly requireschromedriver/helper
to avoid "uninitialized constant Chromedriver" exception when callingChromedriver.set_version
in a default-configured Rails app. #65
Bug fix:
- Explicitly require 'selenium-webdriver' for projects who don't have the default Rails ordering in their Gemfile. #60 (Thanks, @mattbrictson!)
Backwards-incompatible change:
The shadow executable chromedriver
has been renamed to chromedriver-helper
to work around issues with projects not using the gem on a system on which the gem is installed. See #57 for details.
Many thanks to Miklós Fazekas (@mfazekas) for both reporting the issue and submitting the fix.
Dependencies:
- Bump dependencies on
nokogiri
andarchive-zip
. (Thanks, @odlp and @ksylvest!)
Bug fixes:
- Use
https
for the URL used to download. [#41] (Thanks, @saraid!) - Better platform detection, no longer run Windows on unrecognized platforms. [#49] (Thanks, @duncan-bayne!)
chromedriver-update
without a version specified will update to the latest version available on the internets. [#47]
Features:
- Allow user to choose what version of chromedriver runs. [#34] (Thanks, @jonny5!)
- Updated gemspec info. Happy 1.0!
- No longer require 'curl' or 'wget', or 'unzip' utilities to be installed. You know, for Windows. (Thanks, @elementc!)
- Support JRuby by removing dependency on native-C-extension gem. (Thanks, Marques Lee!)
- Guaranteeing that we get the latest version of chromedriver. (#15) (Thanks, @AlexRiedler!)
- Added support for windows binaries. (Thanks, @elementc!)
- Fixed to work with new Google download page. #7 (Thanks, @mars!)
- Fixed support for JRuby on non-Windows platforms. #4 (Thanks, Tim Olsen!)
- Including
chromedriver-update
to easily allow people to force-upgrade. #3
- Updated download URL. #2 (Thanks, Alistair Hutchison!)
- Birthday!