Help to capture chrome logs

@rice

Do you want to capture chrome console log in Katalon Studio?

I don’t think it is possible in Katalon Studio today.


If you (a Java/Groovy programmer) want to fetch the chrome console log, the best feasible aproach today is Selenium 4 Log feature. See

However Katalon Studio works on top of Selenium 3; it does not work on Selenium 4. Therefore you cannot utilized this feature in Katalon Studio.

Will Katatlon Studio move to Selenium 4 in the near future? — I don’t know. Personally I am negative as I wrote in Selecting / detecting given element from DevTools Network tab? - #16 by kazurayam

If you seriously want to get the Chrome console log in your tests, I would recommend you to choose other tools. If you are OK for JavaScript/Typescript, I would recommend Playwright.