Set 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
bool: True if there is no problem appearing while executing the function. False otherwise.
Example
Set Model Element ${controller_name}::${method_name} ${param1},${param1},${param1}