Import customKeywords in another keyword

if they are in different packages, you have to import it first.

then, you gotta new a instance for that.

in your @Keyword, basically

(new Class()).Keyword(findTestObject(''))
1 Like