I know how to pass arguments to Robot Framework keyword but when are NOT sure about of arguments, is there any way to do it in the Robot Framework.
In python, we can use *args to pass multiple arguments when we are not sure. I am looking for some similar to that in Robot Framework.