Hello community,
I want to execute multiple clicks on a mentioned selector based on a parameter. For example, if the number is three then i want to execute three clicks on it. Doing that using a foreach takes four more activity to achieve it.
Can you anyone suggest me a good idea to go with?
Thanks, John
Hi @John_D
you can use Do While activity for this
Make a counter variable Int32, and make it increment
counterToLoop variable also Int32 and make a condition that Counter is not equal to countertoLoop, so when ever it becomes equal the loop will exit
Mark as solution if this helps
Thanks
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.