We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Google recently change how the webdrivers are found and located. With the most recent version of chrome, it fails.
Please provide the following information for bug reports:
Downloads and uses the correct chrome webdriver
What is actually happening: Error message, stack trace, DEBUG log if applicable (set Webdrivers.logger.level = :DEBUG after you require webdrivers)
Webdrivers.logger.level = :DEBUG
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
The text was updated successfully, but these errors were encountered:
looks like this PR may be related? #249
Sorry, something went wrong.
Yes, the long conversation about what happened and why is in #247, summary and recommendations and proposed plans are in #251
No branches or pull requests
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:
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)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
The text was updated successfully, but these errors were encountered: