I have a array of strings containing country names, which I need to match in the web application and select the checkbox e.g.
I am using this for-loop activity with try n catch,
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
and this one is with dynamic selector
could anyone guide me please where I am going wrong?
regards,