Automation_Idea

Hi Team,

I am looking for idea for my automation.

From the below image i need to iterate from "Textview_5[TextView] to Textview_2_3[TextView] and click one by one,

but my condition here is, i need to click only if this image beside to this
image ----Image1

and i need to skip, click after seeing below image
image ---- Image 2

Note: as seen in image, those images will not be in alternative.
It may have ----> image 1
image 1
image 1
image 2
image 2
image 1
image 1

TEMPLATE_image001

@Pavan_kumar15

Did you try with for each ui element?

In the selector you can use filter for the image you need

Cheers