Hi,
I am using “On Image Appear” in parallel activity. In activity A, if ImageA appears, I click it and do further actions. In activity B, if ImageB appears, I click it and do further actions. Since either imageA or imageB appears, I chose parallel.
However, it is not going to the next step. In On Image Appear activity, I have set “repeat forever = False”. But why is it skipping next steps?
FYI, perhaps it’s matter of Condition property of Parallel. If it’s empty or false, Parallel activity doesn’t exit if all the lane are not completed.
From the view point of your requirement, it’s good to have your solution not using Parallel, I think.