Katalon Not Detecting Custom Keyword

I have created several custom keywords in separate packages. For some reason katalon only detects some of the custom keywords and not others. You can see in the image the Javascript custom keyword (underlined in red) has no input and Katalon now fails to detect it, as though it does not exist. It had worked previously. I tried refreshing the project but that did not work.

Did you forget the @Keyword annotation?

@Keyword
def my_keyword( ) {

}

I was able to get it to work. I’m don’t know why but restarting katalon again seemed to do the trick.

yes,

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.