Skip to content

Releases: titusfortner/webdrivers

v5.3.1

21 Aug 21:08
Compare
Choose a tag to compare
  • Add post_install_message to explain current status of gem
  • Use v5.3.0 to avoid installation message

v5.3.0

21 Aug 21:07
Compare
Choose a tag to compare
  • Update readme with future plans (#251)
  • Add support for Chrome for Testing drivers (#249, thanks sadahiro-ono)
  • Support is restricted to Selenium 4.0 - 4.10 to encourage people to update to Selenium 4.11

v5.2.0

29 Sep 23:26
Compare
Choose a tag to compare
  • chromedriver - Fix downloading on M1 macs from version 106.0.5249.61 (#237, thanks jmccure)

v5.1.0

29 Sep 23:25
Compare
Choose a tag to compare
  • Improve error messages (#232, thanks dan-jensen)
  • Fix circular require bug with railtie (#233, thanks amatsuda)
  • Support downloading correct geckodriver on Apple silicon (#234 thanks stephannv)
  • Update linux locations for Chrome to latest chromedriver finder (thanks entretechno-jeremiah)
  • Add support for Microsoft Edge on Linux (#236)

v5.0.0

21 Jan 04:12
Compare
Choose a tag to compare
  • Released on 2021-10-19
  • Require Selenium 4+
  • Remove custom Logger and use the one in Selenium 4

v4.7.0

21 Jan 04:12
Compare
Choose a tag to compare
  • Released on 2021-10-14
  • Add support for Selenium 4.x #218 (thanks yahonda )
  • Allow Edge on Linux
  • Update required Selenium > 3.141 because of a change in 4.6
  • Require Ruby 2.6+
  • Fix IE downloads with the change in location of assets

v4.6.1

21 Jan 04:12
Compare
Choose a tag to compare
  • Released on 2021-08-19
  • Fix bug in IEdriver caused by bad formatting in recent release

v4.6.0

21 Jan 04:11
Compare
Choose a tag to compare
  • Released on 2021-02-26
  • Update Edgedriver naming to support Selenium 4 beta ((#206)

v4.5.0

20 Jan 07:24
Compare
Choose a tag to compare
  • Improve format of README usage section. Thanks, okuramasafumi!
  • chromedriver - Add support for Apple M1 specific builds (#193). Thanks, MichaelHoste!
  • msedgedriver - Add support for Apple M1 specific builds.
  • msedgedriver - Added automatic selection of 32-bit vs 64-bit builds on Windows and WSLv1.
  • When using this gem in WSLv2, Chrome installed on the Linux filesystem will be automatically used (#196). WSLv1 continues to automatically use Chrome from the Windows filesystem though. Thanks, fabioxgn!
    • We'll aim to make the behavior consistent in a future release.

v4.4.2

30 Dec 04:18
Compare
Choose a tag to compare
  • Use new powershell if available to enhance WSL support (#176, #186). Thanks, G-Rath and 131!
  • Update rubocop version (development dependency only) (#178). Thanks, utkarsh2102!
  • Replace git ls-files with dir in the gemspec for better Debian support (#179, #184). Thanks again, utkarsh2102!
  • Update README with require: false when adding gem to Gemfile (#183).
  • Make WSL detection more generic (#187). rbclark!