For a Robot Test Case, is it possible to display the User Library that the User Keyword is from?
For example: if the library is com.mycompany.HelloWorld and the User Keyword is sayHello
The test case will be:
Hello Test ${variable} Say Hello
Can the User library be added as follows:
Hello Test ${variable} HelloWorld.sayHello