-
Notifications
You must be signed in to change notification settings - Fork 6
DevTools version is not in the supported range. Desired version=143 #64
Description
I am getting errors with the latest version of Edge (143). I have tried both automatically and manually to download the correct Driver Version... Unfortunately without luck... I am checking the version in Drivers and it is version 143...
Error message:
2025-12-10T09:41:47.4608413+01:00 [INF] Your Edge version: 143 (8bfdf7e3)
2025-12-10T09:41:47.4643518+01:00 [INF] Matching edge version with edge driver (7ee59272)
2025-12-10T09:41:47.4659128+01:00 [INF] Current version , Edge Version 143.0.3650.75 - downloading matching driver... (78449a1e)
2025-12-10T09:41:53.1637223+01:00 [INF] Edge driver download completed. (d6c54eef)
2025-12-10T09:41:56.7060333+01:00 [ERR] OpenQA.Selenium.WebDriverException: Unexpected error creating WebSocket DevTools session.
---> OpenQA.Selenium.WebDriverException: DevTools version is not in the supported range. Desired version=143, range=5. Supported versions: 138, 137, 136
at OpenQA.Selenium.DevTools.DevToolsDomains.CreateFallbackDomain(Int32 desiredVersion, DevToolsSession session, Int32 versionRange)
at OpenQA.Selenium.DevTools.DevToolsDomains.InitializeDomains(Int32 protocolVersion, DevToolsSession session, Int32 versionRange)
at OpenQA.Selenium.DevTools.DevToolsDomains.InitializeDomains(Int32 protocolVersion, DevToolsSession session)
at OpenQA.Selenium.DevTools.DevToolsSession.StartSession()
at OpenQA.Selenium.Chromium.ChromiumDriver.<>c__DisplayClass34_0.<b__0>d.MoveNext()
--- End of stack trace from previous location ---
at OpenQA.Selenium.Chromium.ChromiumDriver.GetDevToolsSession(DevToolsOptions options)
--- End of inner exception stack trace ---
at OpenQA.Selenium.Chromium.ChromiumDriver.GetDevToolsSession(DevToolsOptions options)
at OpenQA.Selenium.Chromium.ChromiumDriver.GetDevToolsSession()
at DWLibary.EdgeUniversal.getToken() in C:\Users\maxhentschel\source\repos\Dual-write-automationsv2\DWLibary\EdgeUniversal.cs:line 117
at DWHelper.AppExecution.checkEdgeVersionAndRetrieveToken() in C:\Users\maxhentschel\source\repos\Dual-write-automationsv2\DualWriteHelper\AppExecution.cs:line 179
at DWHelper.AppExecution.run() in C:\Users\maxhentschel\source\repos\Dual-write-automationsv2\DualWriteHelper\AppExecution.cs:line 89 (7897bee9)
2025-12-10T09:41:56.7072084+01:00 [INF] Application is shutting down... (90f52c38)