Releases: titusfortner/webdrivers
Releases · titusfortner/webdrivers
Release list
v5.3.1
v5.3.0
v5.2.0
chromedriver- Fix downloading on M1 macs from version 106.0.5249.61 (#237, thanks jmccure)
v5.1.0
- 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
- Released on 2021-10-19
- Require Selenium 4+
- Remove custom Logger and use the one in Selenium 4
v4.7.0
- 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
- Released on 2021-08-19
- Fix bug in IEdriver caused by bad formatting in recent release
v4.6.0
- Released on 2021-02-26
- Update
Edgedrivernaming to support Selenium 4 beta ((#206)
v4.5.0
- 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
- 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-fileswithdirin the gemspec for better Debian support (#179, #184). Thanks again, utkarsh2102! - Update README with
require: falsewhen adding gem to Gemfile (#183). - Make WSL detection more generic (#187). rbclark!