How to call the plug-in keyword in my project's custom keyword

Pls excuse my ignorance :frowning_face:

Hi Russ, Thanks … I didn’t have luck. I am not sure … what I am doing wrong.

I tried using static import.

Ultimately I want to use the below in all my custom keyword i.e…
waitForAngularLoad()

CustomKeywords.'com.katalon.plugin.keyword.waitforangular.WaitForAngularKeywords.waitForAngularLoad'()

Also I don’t understand this part as highlighted in bold " findWebElementBy as ngFindWebElementBy"

com.katalon.plugin.keyword.waitforangular.WaitForAngularKeywords.findWebElementBy as ngFindWebElementBy

Also in your previous post … I don’t understand what mm stands for …

import static my_package.my_class.my_method as mm

// call my_method
mm( /* your args here */)