If you use the “Conditional” command, processing will only be able to be performed when specific conditions are met. For example, if you use the “If UI element visible” command, processing such as “tap this button only if the specified pop-up button is displayed” is possible. (Figure 1)
Figure 1 “If UI element visible” command
If the conditions are satisfied, the commands between the “If... “ command and “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.