Get Model Element
- Executes the method of a specific controller given in ModelPath by reflection using the list of param given
in Parameters.
Arguments Description
model_path (str): controller name and method name to be invoked separated by
*param* (str): list of parameters separated by a comma ','
Returns
depends on the return type of the called method.
Example
|${res}= Get Model Element ${controller_name}::${method_name} ${none}