Recent Releases of https://github.com/titusfortner/webdrivers
https://github.com/titusfortner/webdrivers - v5.3.1
- Add post_install_message to explain current status of gem
- Use v5.3.0 to avoid installation message
- Ruby
Published by titusfortner over 2 years ago
https://github.com/titusfortner/webdrivers - v5.3.0
- 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
- Ruby
Published by titusfortner over 2 years ago
https://github.com/titusfortner/webdrivers - v5.2.0
chromedriver- Fix downloading on M1 macs from version 106.0.5249.61 (#237, thanks jmccure)
- Ruby
Published by kapoorlakshya over 3 years ago
https://github.com/titusfortner/webdrivers - 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)
- Ruby
Published by kapoorlakshya over 3 years ago
https://github.com/titusfortner/webdrivers - v5.0.0
- Released on 2021-10-19
- Require Selenium 4+
- Remove custom Logger and use the one in Selenium 4
- Ruby
Published by kapoorlakshya about 4 years ago
https://github.com/titusfortner/webdrivers - 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
- Ruby
Published by kapoorlakshya about 4 years ago
https://github.com/titusfortner/webdrivers - v4.6.1
- Released on 2021-08-19
- Fix bug in IEdriver caused by bad formatting in recent release
- Ruby
Published by kapoorlakshya about 4 years ago
https://github.com/titusfortner/webdrivers - v4.6.0
- Released on 2021-02-26
- Update
Edgedrivernaming to support Selenium 4 beta ((#206)
- Ruby
Published by kapoorlakshya about 4 years ago
https://github.com/titusfortner/webdrivers - 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.
- Ruby
Published by kapoorlakshya about 5 years ago
https://github.com/titusfortner/webdrivers - 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!
- Ruby
Published by kapoorlakshya about 5 years ago
https://github.com/titusfortner/webdrivers - v4.4.1
- Do not include binstubs used for troubleshooting only. Fixes #174.
- Ruby
Published by kapoorlakshya almost 6 years ago
https://github.com/titusfortner/webdrivers - v4.4.0
- Implement support for
chromedriverin Windows Subsystem for Linux (WSL) v1 (#172). Thanks G-Rath! - Chrome/Edgedriver - Fix #171 by making sure the cached driver build version matches the browser build version before using it.
- Chrome/Edgedriver - Driver version check now matches the driver and browser
major.minor.buildversions instead of just the major version to be fully compliant with thechromedriverversion selection
document.
- Ruby
Published by kapoorlakshya almost 6 years ago
https://github.com/titusfortner/webdrivers - v4.3.0
- Add support for Microsoft Edge (Chromium) stable
- Drop support for Ruby < 2.4.0
- Ruby
Published by kapoorlakshya almost 6 years ago
https://github.com/titusfortner/webdrivers - v4.2.0
- Add support for Microsoft Edge (Chromium) Beta releases (#155)
- Use tilde expansion to resolve user's home directory (#166)
- Add support for Chromium installed using Snap on Ubuntu (#163). Thanks Tietew!
- Ruby
Published by kapoorlakshya about 6 years ago
https://github.com/titusfortner/webdrivers - v4.1.3
- Require rubyzip version 1.3.0 or higher to fix rubyzip#403. Thanks rhymes! (#153)
- Fix a bug where the file deletion confirmation was printed even when there were no files to delete.
- Ruby
Published by kapoorlakshya over 6 years ago
https://github.com/titusfortner/webdrivers - v4.1.2
- Fix a bug related to raising
BrowserNotFound.
- Ruby
Published by kapoorlakshya over 6 years ago
https://github.com/titusfortner/webdrivers - v4.1.1
- Raise
BrowserNotFoundif Chrome and Edge binary are not found (issue #144).
- Ruby
Published by kapoorlakshya over 6 years ago
https://github.com/titusfortner/webdrivers - v4.1.0
- Add support for
msedgedriver(issue #93) - Allow users to provide a custom binary path via
WD_CHROME_PATHandWD_EDGE_CHROME_ATHenvironment variables (issues #137 and #93) - Fix a bug where the user given Chrome binary path via
Selenium::WebDriver::Chrome.pathwas not properly escaped (issue #139) - Fix miscellaneous code warnings.
* Announcement: As of 06/21/2019,The workaround now is to tell the gem where Chrome is installed on Heroku. See wiki.heroku-buildpack-google-chromeno longer requires a workaround to work with this gem. See heroku-buildpack-google-chrome#73
for more information.
- Ruby
Published by kapoorlakshya over 6 years ago
https://github.com/titusfortner/webdrivers - Version 4.0.1
- Cache time now defaults to 86,400 Seconds (24 hours). Please note the special exception for
chromedriverin the README (issue #132) - Properly escape Chrome binary path when using JRuby on Windows (issue #130)
- Allow use of
selenium-webdriverv4 (pre-releases only)
- Ruby
Published by kapoorlakshya over 6 years ago
https://github.com/titusfortner/webdrivers - Version 3.8.1
- Ruby
Published by titusfortner almost 7 years ago