You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Kneudel
changed the title
WDM always downloads the latest WebDriver Version
WDM always downloads the latest WebDriver Version for Edge
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.
The text was updated successfully, but these errors were encountered: