When you use the Conditional commands, processing will only be able to be performed when specific conditions are met. For example, When you use the If UI element is visible command, processing such as tap this button only if the specified pop-up button is displayed is possible.
Figure 1. If UI element is visible command.
If the conditions are satisfied, the commands between the If... command and the End branch command will be run. The End branch command will automatically be inserted when the If... command is inserted. Even if this is deleted, it will automatically be reinserted in an appropriate place when the test script is reloaded.