I have just begun to use katalon
automatic recorder. I am missing the ‘gotoif’ and ‘label’ and ‘gotolabel’
function to run my testcases. I am attaching my script from selenium ide.
Hi. Thank you for the suggestion. “gotoIf”, “gotoLabel”, and “label” are available since 3.4.7.
Alex said:
Hi. Thank you for the suggestion. “gotoIf”, “gotoLabel”, and “label” are available since 3.4.7.
I get this error:
Unknown command: gotoif
I try to upgrade
Currently, command names are case-sensitive. Please try “gotoIf” and see if it works.
Excellent. You were correct. :). Thanks a lot