Katalon with Microsoft Edge

Hello!

I have a consult.
I want to run Katalon with Microsoft Edge but I get an error: Driver info: driver.version:unknown

Please, Can you solver me the problem?

I have:
versión Edge:40.15063.0.0
versión EdgeHTML:15.15063
version WebDriver:4.15063.

Thanks.

1 Like

Hi there,

Please try the following solution:

  1. Download this file: https://download.microsoft.com/download/3/4/2/342316D7-EBE0-4F10-ABA2-AE8E0CDF36DD/MicrosoftWebDriver.exe.
  2. After downloaded, copy and replace it into edgedriver of Katalon Studio folder, e.g: C:\4.7\Katalon Studio Windows 64\configuration\resources\drivers\edgedriver

Thanks

2 Likes

Hi,

Still not working
Getting error as per below.

Unable to open browser with url: ‘’ (Root cause: org.openqa.selenium.WebDriverException: Timed out waiting for driver server to start.
Build info: version: ‘2.53.0’, revision: ‘35ae25b’, time: ‘2016-03-15 17:00:58’
System info: host: ‘------’, ip: ‘10.102.102.55’, os.name: ‘Windows 10’, os.arch: ‘amd64’, os.version: ‘10.0’, java.version: ‘1.8.0_102’
Driver info: driver.version: unknown)

Please do needful

Thanks

1 Like

hi i am also having the same problem cannot run the test cases on Microsoft edge

yes, I also check the latest Edge Webdriver but not work https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/

The office support Browser page is outdated for Edge
https://docs.katalon.com/display/KD/Supported+Environment
the link for edge has been removed

1 Like

Final solve the issue

https://docs.katalon.com/display/KD/Troubleshoot+web+automated+testing

So the version of Webdriver should be matched with the Edge version!

Such as: Edge version supported: 14.14393 , need download the Release 14393 on the page Microsoft Edge WebDriver - Microsoft Edge Developer

Then replace the driver:
C:\4.7\Katalon Studio Windows 64\configuration\resources\drivers\edgedriver

Then it works!

The Edge version can be found in the Setting

edge-version.PNG

7 Likes

@Carlos Fontana said:
Hello!

I have a consult.
I want to run Katalon with Microsoft Edge but I get an error: Driver info: driver.version:unknown

Please, Can you solver me the problem?

I have:
versión Edge:40.15063.0.0
versión EdgeHTML:15.15063
version WebDriver:4.15063.

Thanks.

Why I cannot find the way to create Topic? where the entry to start a new discuss or a topic

Michael Meng, thank you! It worked like a charm when I updated my Webdriver.

1 Like

I too am having a similar issue, running my Tests on Edge seem to spit this error. I am on windows 10 and verified i have the correct MicrosoftWebDriver installed. All other browsers seem to run just fine. Any Ideas?

error.PNG

after update to 5.6 Edge browser not opens , i use web driver Release 17134 for Edge Version: 6.17134 | Edge version supported: 17.17134 error: Unable to open browser with url: ‘www.google.com’ (Root cause: org.openqa.selenium.WebDriverException: org.apache.http.conn.HttpHostConnectException: Connect to localhost:11072 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused: connect

Build info: version: ‘3.7.1’, revision: ‘8a0099a’, time: ‘2017-11-06T21:07:36.161Z’

System info: host: ‘DESKTOP-UNNJGJG’, ip: ‘00000’, os.name: ‘Windows 10’, os.arch: ‘amd64’, os.version: ‘10.0’, java.version: ‘1.8.0_102’

Driver info: driver.version: CEdgeDriver)

1 Like

Please try taking a look at this: https://github.com/mozilla/geckodriver/issues/1121

I reinstalled katalon, and working fine

I have replaced MicrosoftWebDriver.exe in Katalon_Studio\Katalon_Studio\configuration\resources\drivers\edgedriver
with the newer version to match Edge 17134 and it worked a treat! Thanks!

I have the latest Edge version Microsoft Edge 44.18362.449.0 installed on my machine. I am not able to find the driver for this version on: https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/.
Is there any workaround to fix this issue since I am unable to do the test execution on Edge browser?

1 Like