Releases: titusfortner/webdrivers
Releases · titusfortner/webdrivers
v5.3.1
v5.3.0
v5.2.0
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
v4.6.1
- Released on 2021-08-19
- Fix bug in IEdriver caused by bad formatting in recent release
v4.6.0
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-files
withdir
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!