Go to specific command line if error?

Lets say my bot has an error on Line 2. and I want the bot to go back to command Line 1 every time it has an error on command Line 2. How would I write this?

If assume its gotoif but theres screw all information on examples of how to actually use gotoif.

  • In Line1: LABEL abc

  • After LINE2:
    GOTOIF |${statusOK} == false | abc

1 Like

what is a label, how do i assign a label to a command line?

LABEL is a command.

https://ui.vision/rpa/docs/selenium-ide/label

2 Likes

For more information:

1 Like