Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Latest Google Webdriver update breaking changes #252

Closed
theprogramsam opened this issue Jul 28, 2023 · 2 comments
Closed

Latest Google Webdriver update breaking changes #252

theprogramsam opened this issue Jul 28, 2023 · 2 comments

Comments

@theprogramsam
Copy link

theprogramsam commented Jul 28, 2023

Summary

Google recently change how the webdrivers are found and located. With the most recent version of chrome, it fails.

Debug Info

Please provide the following information for bug reports:

  • Webdrivers version: 5.2.0
  • Ruby version: 3.1.2
  • Operating system / CI Environment: MacOS M1
  • Browser and version: Chrome 115.0.5790.102

Expected Behavior

Downloads and uses the correct chrome webdriver

Actual Behavior

What is actually happening: Error message, stack trace, DEBUG log if applicable (set Webdrivers.logger.level = :DEBUG after you require webdrivers)

Webdrivers::NetworkError:
  Net::HTTPClientException: 404 "Not Found" with https://chromedriver.storage.googleapis.com/115.0.5790.102/chromedriver_mac_arm64.zip

References:
https://googlechromelabs.github.io/chrome-for-testing/#stable
https://chromedriver.chromium.org/downloads/version-selection
https://stackoverflow.com/questions/76562584/unable-to-find-the-latest-chrome-driver-114-0-5735-134

@theprogramsam
Copy link
Author

looks like this PR may be related? #249

@titusfortner
Copy link
Owner

Yes, the long conversation about what happened and why is in #247, summary and recommendations and proposed plans are in #251

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants