Katalon not working for Edge browser Version Microsoft EdgeHTML 18.17763

I have a Edge browser Version Microsoft EdgeHTML 18.17763 and Microsoft Edge 44.17763.1.0

There is no way windows is allowing me to downgrade to 17 version of Edge browser.

What could be solution for it?

This may be effective as a workaround.

It is a script that succeeded in avoiding the problem.

import org.openqa.selenium.WebDriver as WebDriver
import org.openqa.selenium.edge.EdgeDriver as EdgeDriver
import com.kms.katalon.core.webui.driver.DriverFactory as DriverFactory

System.setProperty(‘webdriver.edge.driver’,‘C:\\Windows\\SysWOW64\\MicrosoftWebDriver.exe’)

WebDriver driver = new EdgeDriver()

DriverFactory.changeWebDriver(driver)

WebUI.navigateToUrl(‘https://*****’)

Do not use “WebUI.openBrowser (‘’)”.

1 Like

any news about this issue ?

@bbonev,

Please update to KS v6.2.2

Thanks

I am using KS v6.2.2.
Edge browser is opened. But it is not navigating to the URL.

Exception : Failed to connect to localhost/0:0:0:0:0:0:0:1:42012

MicrosoftWebDriver.exe : 10.0.17134.1
Edge version is same as initially mentioned thread

I am also using KS v6.2.2
and Edge browser is opening but it is not navigating to the URL
Microsoft Edge 42.17134.1.0
Microsoft EdgeHTML 17.17134
MicrosoftWebDriver 10.0.18362.1

Edge worked fine prior to KS upgrade

This worked for me. Thanks!

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