and the loop breaks when it does not find a match, but I want the loop not break just skip and continue with next.
I am using following selector with individual item
The mistake is that you are adding continue in finally but not in catch…
But you have another option as well…directly in your click activity there is a continue on error property which you can check and when click fails it simply moves to next step no try catch is needed separately
Thank you guys for you solutions, all of them are working, the only issue I see is time. Each solution I tried takes about 5 mins to process and will effect overall processing time. I just have 12 items in my array, any idea why its taking that much time and how to reduce time.
Regards!
Since you have 12 items in your array why don’t to try changing the input method of Click activity to Simulate in the properties Panel. Hope it might work.