Katalon Studio Enterprise, Windows 11
Version 10.3.2-0cbb703d07
Chrome WebDriver has been updated.
I am new to Katalon Studio, and having mixed success at simple web capture and playback. I’ve deleted all projects and started fresh to diagnose issues.
I’m currently using a new project with all default settings, save for a custom profile. This profile runs correctly during a simple Chrome web capture. However, when attempting playback, the browser opens but ‘WebUI.navigateToUrl’ is never reached, the test run hangs at ‘WebUI.openBrowser’. No error is displayed. Current attempt has been running for 10 minutes.
WebUI.openBrowser(‘’)
WebUI.navigateToUrl(‘https://www.nba.com/’)
WebUI.click(findTestObject(‘Object Repository/Page_The official site of the NBA for the l_b9fc5d/span_Games’))
Console shows:
2026-01-19 16:50:42.246 INFO c.k.katalon.core.main.TestCaseExecutor - --------------------
2026-01-19 16:50:42.248 INFO c.k.katalon.core.main.TestCaseExecutor - START Test Cases/NBA.com test case
2026-01-19 16:50:42.974 DEBUG testcase.NBA.com test case - 1: openBrowser(“”, CONTINUE_ON_FAILURE)
2026-01-19 16:50:43.353 INFO c.k.k.core.webui.driver.DriverFactory - Starting ‘Chrome’ driver
2026-01-19 16:50:43.358 INFO c.k.k.c.w.util.WebDriverPropertyUtil - User set preference: [‘args’, ‘[user-data-dir=C:\Users\TIMURPJ\AppData\Local\Google\Chrome\User Data, profile-directory=AutomationProfile]’]
2026-01-19 16:50:43.404 INFO c.k.k.core.webui.driver.DriverFactory - Action delay is set to 0 milliseconds


