Katalon Error :Unable to open browser with url

hello everyone i’m biginner in Katalon could someone help me to find solution for this error:

Test Cases/record FAILED.
Reason:
com.kms.katalon.core.exception.StepFailedException: Unable to open browser with url: ‘’
at com.kms.katalon.core.webui.keyword.internal.WebUIKeywordMain.stepFailed(WebUIKeywordMain.groovy:64)

Hi @hanansmart07,

Please show us the full execution log

Thanks

08-15-2019 01:43:10 PM Test Cases/saveactiveChrome

Elapsed time: 7,376s

Test Cases/saveactiveChrome FAILED.
Reason:
com.kms.katalon.core.exception.StepFailedException: Unable to open browser with url: ‘’
at com.kms.katalon.core.webui.keyword.internal.WebUIKeywordMain.stepFailed(WebUIKeywordMain.groovy:64)
at com.kms.katalon.core.webui.keyword.internal.WebUIKeywordMain.runKeyword(WebUIKeywordMain.groovy:26)
at com.kms.katalon.core.webui.keyword.builtin.OpenBrowserKeyword.openBrowser(OpenBrowserKeyword.groovy:81)
at com.kms.katalon.core.webui.keyword.builtin.OpenBrowserKeyword.execute(OpenBrowserKeyword.groovy:67)
at com.kms.katalon.core.keyword.internal.KeywordExecutor.executeKeywordForPlatform(KeywordExecutor.groovy:56)
at com.kms.katalon.core.webui.keyword.WebUiBuiltInKeywords.openBrowser(WebUiBuiltInKeywords.groovy:60)
at com.kms.katalon.core.webui.keyword.WebUiBuiltInKeywords$openBrowser.call(Unknown Source)
at saveactiveChrome.run(saveactiveChrome:16)
at com.kms.katalon.core.main.ScriptEngine.run(ScriptEngine.java:194)
at com.kms.katalon.core.main.ScriptEngine.runScriptAsRawText(ScriptEngine.java:119)
at com.kms.katalon.core.main.TestCaseExecutor.runScript(TestCaseExecutor.java:337)
at com.kms.katalon.core.main.TestCaseExecutor.doExecute(TestCaseExecutor.java:328)
at com.kms.katalon.core.main.TestCaseExecutor.processExecutionPhase(TestCaseExecutor.java:307)
at com.kms.katalon.core.main.TestCaseExecutor.accessMainPhase(TestCaseExecutor.java:299)
at com.kms.katalon.core.main.TestCaseExecutor.execute(TestCaseExecutor.java:233)
at com.kms.katalon.core.main.TestCaseMain.runTestCase(TestCaseMain.java:114)
at com.kms.katalon.core.main.TestCaseMain.runTestCase(TestCaseMain.java:105)
at com.kms.katalon.core.main.TestCaseMain$runTestCase$0.call(Unknown Source)
at TempTestCase1565869387861.run(TempTestCase1565869387861.groovy:21)
Caused by: org.openqa.selenium.SessionNotCreatedException: session not created: This version of ChromeDriver only supports Chrome version 77
Build info: version: ‘3.141.59’, revision: ‘e82be7d358’, time: ‘2018-11-14T08:25:53’
System info: host: ‘FATIMAZAAHRAE’, ip: ‘192.168.1.128’, os.name: ‘Windows 7’, os.arch: ‘amd64’, os.version: ‘6.1’, java.version: ‘1.8.0_181’
Driver info: driver.version: CChromeDriver
remote stacktrace: Backtrace:
Ordinal0 [0x00EEEBD3+1502163]
Ordinal0 [0x00E6F781+980865]
Ordinal0 [0x00DF763F+489023]
Ordinal0 [0x00D8F2F4+62196]
Ordinal0 [0x00D8BCDA+48346]
Ordinal0 [0x00DA97E0+169952]
Ordinal0 [0x00DA940D+168973]
Ordinal0 [0x00DA78EB+162027]
Ordinal0 [0x00D90AC7+68295]
Ordinal0 [0x00D91B40+72512]
Ordinal0 [0x00D91AD9+72409]
Ordinal0 [0x00E88FE7+1085415]
GetHandleVerifier [0x00F8D8AD+503293]
GetHandleVerifier [0x00F8D640+502672]
GetHandleVerifier [0x00F9471C+531564]
GetHandleVerifier [0x00F8E0BA+505354]
Ordinal0 [0x00E806B6+1050294]
Ordinal0 [0x00E8052F+1049903]
Ordinal0 [0x00E8B04B+1093707]
Ordinal0 [0x00E8B1B3+1094067]
Ordinal0 [0x00E8A145+1089861]
BaseThreadInitThunk [0x7683343D+18]
RtlInitializeExceptionChain [0x772F9802+99]
RtlInitializeExceptionChain [0x772F97D5+54]

at org.openqa.selenium.remote.W3CHandshakeResponse.lambda$errorHandler$0(W3CHandshakeResponse.java:62)
at org.openqa.selenium.remote.HandshakeResponse.lambda$getResponseFunction$0(HandshakeResponse.java:30)
at org.openqa.selenium.remote.ProtocolHandshake.lambda$createSession$0(ProtocolHandshake.java:126)
at org.openqa.selenium.remote.ProtocolHandshake.createSession(ProtocolHandshake.java:128)
at org.openqa.selenium.remote.ProtocolHandshake.createSession(ProtocolHandshake.java:74)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:136)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
at com.kms.katalon.selenium.driver.CChromeDriver.execute(CChromeDriver.java:20)
at org.openqa.selenium.remote.RemoteWebDriver.startSession(RemoteWebDriver.java:213)
at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:131)
at org.openqa.selenium.chrome.ChromeDriver.<init>(ChromeDriver.java:181)
at org.openqa.selenium.chrome.ChromeDriver.<init>(ChromeDriver.java:147)
at com.kms.katalon.selenium.driver.CChromeDriver.<init>(CChromeDriver.java:13)
at com.kms.katalon.core.webui.driver.DriverFactory.createNewChromeDriver(DriverFactory.java:284)
at com.kms.katalon.core.webui.driver.DriverFactory.startNewBrowser(DriverFactory.java:246)
at com.kms.katalon.core.webui.driver.DriverFactory.openWebDriver(DriverFactory.java:191)
at com.kms.katalon.core.webui.keyword.builtin.OpenBrowserKeyword$_openBrowser_closure1.doCall(OpenBrowserKeyword.groovy:74)
at com.kms.katalon.core.webui.keyword.builtin.OpenBrowserKeyword$_openBrowser_closure1.call(OpenBrowserKeyword.groovy)
at com.kms.katalon.core.webui.keyword.internal.WebUIKeywordMain.runKeyword(WebUIKeywordMain.groovy:20)
... 17 more

Any update on this? I just downloaded 6.3.2 and am seeing this same error message as well (upgraded from an earlier version).

Ah-ha! Figured it out. As simple as updating Chrome. :smile:

1 Like

Hi Morgan,

How you solved it?

I had the same issue with my tests over the weekend (Katalon 6.2.2)
Reason for me was: Chrome was updated to latest version (78) but Chromedriver only supported Chrome version 76.
Solution:
Go to https://chromedriver.storage.googleapis.com/index.html
Download required chromedriver version, extract it and replace the chromedriver.exe in your Katalon\configuration\resources\drivers folder

I just downloaded katalon latest version(7.0.7), I have got the same issue but I had Download required chromedriver version, extract it and replaced the chromedriver.exe in your Katalon\configuration\ But the issue is still remains constant . I can’t even open my browser . Can a solution How to solve this issue.