-
-
Notifications
You must be signed in to change notification settings - Fork 685
Windows Edge driver download fails with 404 #554
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
Comments
Facing same issue .
|
Me to! |
I'm also facing the same issue. Microsoft has released a new version of web-driver 85.0.564.60 only for the Mac platform. |
Yes, I am aware of this problem. As @anebot said, the problem is the info provided by the LATEST_STABLE version (which at this moment is actually the latest version for Mac, but not for other platforms). This problem will be solved by itself when the msedgedriver for Windows and Linux is available. Nevertheless, to fix the issue in advance, I have committed a patch solving the problem (i.e., using the info of the interval versions.properties managed by WebDriverManager when this problem happens). I am going to release a new version with this enhanced, stay tuned. |
Please update to WebDriverManager 4.2.1, just released. It should work with that version. |
@bonigarcia updated to 4.2.1 jar, still seeing the 404 |
Yes, the version 4.2.1 did not fix the issue. Please use 4.2.2 instead. |
@bonigarcia Guessing the jar is being published - looks like jar does not exist presently |
Indeed, it was just released. It took some time to be actually published. I think now it is available on Maven Central. |
@bonigarcia I think it is still pointing to 4.2.0 - atleast Maven Central states that is the latest version. |
@yelisetti Try again, version 4.2.2 is already avaiable. |
I think issue is resolved with version 4.2.2. The version again mismatches but at least error 404 does not lead to exception. |
Description of the problem: Webdriver manager tries to download the wrong version for Edge that mismatches the current installed version and for different OS. Currently the last Edge 85 versions ends to 51. The Mac only version ends to 60 and it's resolved as needed and possibly latest which leads an error 404.
Browser and version: Edge Version: 85.0.564.51
Operating system: Windows 10 x64
WebDriverManager version: 4.2.0
WebDriverManager use:
WebDriverManager traces:
The text was updated successfully, but these errors were encountered: