"LOOP_BREAK" Command
Description: This command forces breaking out of the loop before it is completed.
Usage Scenario: Suppose we want to add users to blacklist in our Reference app where the loop is set with increment of 4 and we want to break out of the loop after the first user is blocked.
Procedure: Define steps that lead up to the point where the existing friends list is visible. Define a loop and add your steps that add a user to the blacklist. Before the Loop_End step, add a Loop_Break step. Your steps will look like this:
Â
Â
Â
Â