Break Repeat

This action aborts the current loop. This is used if, for example, the loop should be exited once certain conditions are met.

Example: Break loop if there are no more profile search results

Imagine that you don't know how many pages with search results there are on some page. Once there are no results, the website shows some text like "There are no search results anymore". You can use Check Web Element to check if such text is shown. Then you can set up a condition that if that condition is met, then your TaskBot should stop the loop.

Last updated