-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
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
Chromedriver Download URL Change #35
Comments
There are a couple of things that need to be decided how to approach this. There is no
|
This replaces Pyderman, which currently doesn't support Chrome 115+ due to recent changes in how Chrome versions are published. See: - SergeyPirogov/webdriver_manager#580 - shadowmoose/pyderman#35
This replaces Pyderman, which currently doesn't support Chrome 115+ due to recent changes in how Chrome versions are published. See: - SergeyPirogov/webdriver_manager#580 - shadowmoose/pyderman#35
After a while is it going to make sense to keep the old logic which allows users to pull down older webdrivers? |
Do we know if the changes to chromedriver will apply to the chromium variants? i.e. Edge? |
As of right now, I would think it will remain the same. The latest stable is 115 using the links in |
I haven't looked at this yet, but figured I would try to tackle it this week. But before I do, I have to ask if anyone has tried the selenium webdriver manager? Does it effectively kill the need for pyderman? |
We've switched from pyderman to webdriver-manager. If someone is looking to do the same, here are the changes we needed to make: https://github.com/dfe-analytical-services/explore-education-statistics/pull/4254/files |
Starting with version 115, the chromedriver is downloaded in a different location in the json endpoints. This project will install the chromedriver up to version 114 due to these new endpoints.
The text was updated successfully, but these errors were encountered: