Edge chromium driver update failure

Please let us know what you are using Katalon Studio for?

Working in a company to build our automation framework.

How would your work be affected if this issue has not been resolved?

  1. It doesn’t affect much, but I believe Katalon team should have this ticket resolved

Operating System

Windows 10

Katalon Studio Version

7.9.0

Katalon Studio logs

  • Windows logs folder: \config.metadata.log
    Updating web driver…

[INFO] Using WebDriverManager to resolve edge
[INFO] Please answer the following questionnaire based on your experience with WebDriverManager. Thanks a lot!
[INFO] ====> http://tiny.cc/wdm-survey <====
[DEBUG] Running command on the shell: [wmic.exe, datafile, where, name=‘C:\Program Files\Microsoft\Edge\Application\msedge.exe’, get, Version, /value]
[DEBUG] Result:
[DEBUG] Latest version of msedgedriver according to https://msedgedriver.azureedge.net/LATEST_STABLE is 88.0.705.56
[INFO] Reading https://msedgedriver.azureedge.net/?restype=container&comp=list to seek msedgedriver
[DEBUG] Driver to be downloaded edgedriver 88.0.705.56
[ERROR] msedgedriver 88.0.705.56 for WIN 32 not found in https://msedgedriver.azureedge.net/
[WARN] There was an error managing msedgedriver 88.0.705.56 (msedgedriver 88.0.705.56 for WIN 32 not found in https://msedgedriver.azureedge.net/) … trying again using latest driver stored in cache
[DEBUG] Latest version of msedgedriver according to https://msedgedriver.azureedge.net/LATEST_STABLE is 88.0.705.56
[INFO] Reading https://msedgedriver.azureedge.net/?restype=container&comp=list to seek msedgedriver
[DEBUG] Driver to be downloaded edgedriver 88.0.705.56
[ERROR] msedgedriver 88.0.705.56 for WIN 32 not found in https://msedgedriver.azureedge.net/
[ERROR] There was an error managing msedgedriver 88.0.705.56 (msedgedriver 88.0.705.56 for WIN 32 not found in https://msedgedriver.azureedge.net/)
io.github.bonigarcia.wdm.config.WebDriverManagerException: msedgedriver 88.0.705.56 for WIN 32 not found in https://msedgedriver.azureedge.net/
at io.github.bonigarcia.wdm.WebDriverManager.noCandidateUrlFound(WebDriverManager.java:607)
at io.github.bonigarcia.wdm.WebDriverManager.createUrlHandler(WebDriverManager.java:756)
at io.github.bonigarcia.wdm.WebDriverManager.download(WebDriverManager.java:593)
at io.github.bonigarcia.wdm.WebDriverManager.manage(WebDriverManager.java:525)
at io.github.bonigarcia.wdm.WebDriverManager.handleException(WebDriverManager.java:722)
at io.github.bonigarcia.wdm.WebDriverManager.manage(WebDriverManager.java:531)
at io.github.bonigarcia.wdm.WebDriverManager.setup(WebDriverManager.java:277)
at io.github.bonigarcia.wdm.WebDriverManager.resolveLocal(WebDriverManager.java:968)
at io.github.bonigarcia.wdm.WebDriverManager.main(WebDriverManager.java:1030)
[ERROR] Driver for edge not found (valid browsers chrome|firefox|opera|edge|phantomjs|iexplorer|selenium_server_standalone)

Warning: There are some errors during “Updating web driver…”. The results may not be as expected.

Screenshots / Videos

  • Please attach screenshots or videos if necessary to reproduce the issue

Hi @jkarakas,
We will look into this issue. In the mean time, please go to https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/ to download the appropriate driver for your Edge Chromium browser, and replace it manually by following the guide at https://docs.katalon.com/katalon-studio/docs/handle-webdrivers.html#replace-webdriver-binaries-application-level.

Hi @huynguyen,
I’m having an issue to update Edge Chromium driver in Azure DevOps Pipeline. Hence, my pipeline execution is failed. Here is the logs.
Caused by: org.openqa.selenium.SessionNotCreatedException: session not created: This version of MSEdgeDriver only supports MSEdge version 96
Current browser version is 98.0.1108.50 with binary path C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe

While in command line I already input --config -webui.autoUpdateDrivers=true

Kindly assist me on this matter as we cannot trigger pipeline execution as of now.

Thank you.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.