Console use katalon test cases

Good afternoon.
I consult the forum, is there any way to open the browser console from our katalon case in order to execute a command?

Since I have a test case I need to enter the chroma console to do a reset.

It’s possible?

You can execute any JavaScript snippet in browsers by

https://docs.katalon.com/katalon-studio/docs/webui-execute-javascript.html

If it is not what you want, please describe what “command” you want to execute.

I need to enter the chroma console to do a reset

I don’t see what you mean.

For your interest, “Chrome DevTools Protocol” enables your scripts to interact with Chrome in depth. It brings you to a fancy world which is out of the scope of Selenium.

For example, I have made a custom keyword which drives Chrome DevTools Protocol to save a Web Page loaded on Chrome into MHTML.