gotoLabel (label) - Selenium IDE command

gotoLabel jumps to defined label. It is used to jump over a section that you do not want to execute, typically a part that is reached only with gotoIf.

Flow control logic is a regular UI.Vision RPA Selenium IDE feature. In the classic Selenium IDE you can add support for flow control by installing the Flow Control plugin.

gotoLabel Example

The example below is very basic. Best if you see the flow logic in action by running the DemoGotoIf macro that installs with the IDE.

Command Target Pattern/Text
open https://ui.vision/
gotoLabel MYLABEL
echo This line is never reached
Label MYLABEL

Works in

UI.Vision RPA for Chrome Selenium IDE, UI.Vision RPA for Firefox Selenium IDE, Firefox IDE Classic

Related Demo Macros

DemoGotoIf, DemocsvSave

The ready-to-import-and-run source code of all demo macros can be found in the Open-Source RPA software Github repository.

See also

gotoIf, Label, while, endWhile, Web Automation Extension User Manual, Selenium IDE commands, Selenium IDE Flow Control (SelBlocks), Classic Firefox Selenium IDE.

Anything wrong or missing on this page? Suggestions?

...then please contact us.

<em>UI.Vision RPA</em> Selenium IDE for Chrome and Firefox - Web Test Automation
Subscribe to the UI Vision RPA software newsletter . We'll send you updates on new releases that we're working on.