I am having some problem with Katalon Studio.
Can I somehow count items on the page by class or something?
I can do it with JavaScript but I don't know how to do it with groovy language in Katalon studio.
document.getElementsByClassName("").length
I'm trying to convert this JavaScript code into groovy but nothing happens.