How to click on image multiple times

Hi,
I am working SAP automation, where I have to open multiple SAP instances for this I am using “click image” activity but doing this it is opening only one instance, for open 6 different instances I have to add 6 “click image” activities.
I am looking for better solution rather then adding 6 different “click image” activities.
is there any way to make multiple clicks on particulate Image?
image

Hi @sandeepbhatt,

You can make use of While or Do while loop along with a counter.

PS: It is applicable only when the number of instances to be opened is known.

Thanks SaranyaKishore it works:)

1 Like