kazurayam, I just put my observations about searching in my code and commented it out. In my previous comment, I just copied it directly from my code to give some context helping to understand what my comments are about. Still it looks better after you use the Markdown code formatting. Thanks.
Which reminds me about another Katalon’s “feature”. If I right-click -> Source -> Add Block Comment, it distorts my code. right-click -> Source -> Toggle Comment works though. That’s all my comments are now //
The funny thing is that, as a result of my observations about searching, I’m only using something like this to use my keywords in my tests
CustomKeywords.‘web.Util.clickElementJS’(findTestObject(’’))
just because it’s easier to search and not for any other reasons )