I’ve been trying to screen record the test suites using Katalon. But my recordings show only my mac desktop and not the browser at all. I appreciate all help in advance.
There’s a related topic on here in the forum but it has not addressed too.
Test Suite information:
A very simple login test case.
Browser: Chrome
Katalon version: 8.3.0
Sorry for the late response. I have some problems to download KS 8.3.0 to reproduce your issue. But when I try with your settings in my KS 8.5.2, it works. Will you consider upgrade the version of KS to fast up solving your problem?
Thanks for your response. I upgraded the new Katalon Studio as well as chrome drivers. Issue still continues. I’m starting to think that if screen recorder feature is on premium?
It’s actually pretty straightforward test case:
Here’s console:
2022-11-28 13:08:27.068 INFO c.k.katalon.core.main.TestSuiteExecutor - START Test Suites/Login_Successful_Unsuccessful
2022-11-28 13:08:27.200 INFO c.k.katalon.core.main.TestSuiteExecutor - hostName = playin - localhost
2022-11-28 13:08:27.206 INFO c.k.katalon.core.main.TestSuiteExecutor - os = Mac OS X 64bit
2022-11-28 13:08:27.207 INFO c.k.katalon.core.main.TestSuiteExecutor - hostAddress = 127.0.0.1
2022-11-28 13:08:27.208 INFO c.k.katalon.core.main.TestSuiteExecutor - katalonVersion = 8.5.2.208
2022-11-28 13:08:27.703 INFO c.k.katalon.core.main.TestCaseExecutor - --------------------
2022-11-28 13:08:27.704 INFO c.k.katalon.core.main.TestCaseExecutor - START Test Cases/PlayinTest/01. Navigate-Login-CloseBrowser/loginSuccessful
2022-11-28 13:08:27.868 INFO c.k.katalon.core.main.TestCaseExecutor - (Default) validUserame = xxx
2022-11-28 13:08:27.888 INFO c.k.katalon.core.main.TestCaseExecutor - (Default) validPassword = xxx
Start recording video for test case 'Test Cases/PlayinTest/01. Navigate-Login-CloseBrowser/loginSuccessful'.
2022-11-28 13:08:29.341 DEBUG testcase.loginSuccessful - 1: openBrowser("http://test.playin.com.tr/")
2022-11-28 13:08:30.108 INFO c.k.k.core.webui.driver.DriverFactory - Starting 'Chrome' driver
Nov 28, 2022 1:08:30 PM org.openqa.selenium.remote.DesiredCapabilities chrome
INFO: Using `new ChromeOptions()` is preferred to `DesiredCapabilities.chrome()`
2022-11-28 13:08:30.194 INFO c.k.k.core.webui.driver.DriverFactory - Action delay is set to 0 milliseconds
Starting ChromeDriver 107.0.5304.62 (1eec40d3a5764881c92085aaee66d25075c159aa-refs/branch-heads/5304@{#942}) on port 18639
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Nov 28, 2022 1:08:40 PM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
2022-11-28 13:08:40.481 INFO c.k.k.core.webui.driver.DriverFactory - sessionId = c58e8f8b4e042e5ca7bde51f204d450b
2022-11-28 13:08:40.569 INFO c.k.k.core.webui.driver.DriverFactory - browser = Chrome 107.0.0.0
2022-11-28 13:08:40.577 INFO c.k.k.core.webui.driver.DriverFactory - platform = Mac OS X
2022-11-28 13:08:40.578 INFO c.k.k.core.webui.driver.DriverFactory - seleniumVersion = 3.141.59
2022-11-28 13:08:40.593 INFO c.k.k.core.webui.driver.DriverFactory - proxyInformation = ProxyInformation { proxyOption=NO_PROXY, proxyServerType=HTTP, username=, password=********, proxyServerAddress=, proxyServerPort=0, executionList="", isApplyToDesiredCapabilities=true }
2022-11-28 13:08:50.441 DEBUG testcase.loginSuccessful - 2: navigateToUrl("http://test.playin.com.tr/")
2022-11-28 13:08:52.274 DEBUG testcase.loginSuccessful - 3: maximizeWindow()
2022-11-28 13:08:52.618 DEBUG testcase.loginSuccessful - 4: setText(findTestObject("PlayinTest/LoginPage/input_Username"), "xxx")
2022-11-28 13:08:54.944 DEBUG testcase.loginSuccessful - 5: setText(findTestObject("PlayinTest/LoginPage/input_Password"), "xxx")
2022-11-28 13:08:58.777 DEBUG testcase.loginSuccessful - 6: click(findTestObject("PlayinTest/LoginPage/button_Login"))
2022-11-28 13:09:00.911 DEBUG testcase.loginSuccessful - 7: delay(2)
2022-11-28 13:09:05.159 INFO c.k.k.c.c.internal.VideoRecorderService - Video recording for test case 'Test Cases/PlayinTest/01. Navigate-Login-CloseBrowser/loginSuccessful' .
2022-11-28 13:09:05.173 INFO c.k.katalon.core.main.TestCaseExecutor - END Test Cases/PlayinTest/01. Navigate-Login-CloseBrowser/loginSuccessful
2022-11-28 13:09:05.713 INFO com.kms.katalon.core.util.KeywordUtil - Start generating HTML report folder at: /Users/playin/Katalon Studio/My First Web UI Project/Reports/20221128_130822/Login_Successful_Unsuccessful/20221128_130822...
2022-11-28 13:09:05.784 INFO com.kms.katalon.core.util.KeywordUtil - HTML report generated
2022-11-28 13:09:05.788 INFO com.kms.katalon.core.util.KeywordUtil - Start generating CSV report folder at: /Users/playin/Katalon Studio/My First Web UI Project/Reports/20221128_130822/Login_Successful_Unsuccessful/20221128_130822...
2022-11-28 13:09:05.809 INFO com.kms.katalon.core.util.KeywordUtil - CSV report generated
2022-11-28 13:09:18.377 INFO c.k.katalon.core.main.TestSuiteExecutor - --------------------
2022-11-28 13:09:18.378 INFO c.k.katalon.core.main.TestSuiteExecutor - END Test Suites/Login_Successful_Unsuccessful
2022-11-28 13:09:18.379 INFO c.k.katalon.core.main.TestSuiteExecutor - ====================
Can you please share with me the screen recorder which only shows chrome drivers? In the log, I see no error and I cannot reproduce your issue. I would like to attach my video recording here.