Skip to content
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

WDM always downloads the latest WebDriver Version for Edge #1395

Open
Kneudel opened this issue Nov 21, 2024 · 0 comments
Open

WDM always downloads the latest WebDriver Version for Edge #1395

Kneudel opened this issue Nov 21, 2024 · 0 comments

Comments

@Kneudel
Copy link

Kneudel commented Nov 21, 2024

WDM always downloads the latest version of the Edge WebDriver even there is an older edge version is installed.

For example. Installed Edge Version is 130.0.2849.80. WDM downloads the driver 131.0.2903.51.
Content of the resolution file looks like this.

#WebDriverManager Resolution Cache
#Thu Nov 21 09:26:03 CET 2024
edge=130.0.2849.80
edge-ttl=10:26:03 21/11/2024 MEZ
edge130.0.2849.80=131.0.2903.51
edge130.0.2849.80-tt1=09:26:03 22/11/2024 MEZ

The Problem is, the web driver version 131 is not compatible with older edge versions:

Caused by: org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Response code 500. Message: se ssion not created: This version of Microsoft Edge WebDriver only supports Microsoft Edge version 131 Current browser version is 130.0.2849.80 with binary path C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe

Where and how is WDM try to create the version of the web driver is nessessery? The WebDriver repository is obsolete.
https://msedgedriver.azureedge.net. Latest entry is 124.

@Kneudel Kneudel changed the title WDM always downloads the latest WebDriver Version WDM always downloads the latest WebDriver Version for Edge Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant