WhiteHatBox
Share Page
Following(0)
Partner(s)
kuatwal5098
2018/02/05 08:53:24

I can create a control that will click a "+" button one time.

But, I want the number of clicks to be a variable value that I set. Such as click "+" button seven times or 16 times.

I believe I need a loop, but I do not know how to set the variable for the while loop to use, or how to get the while loop to stop when variable equals my set value.

kuatwal5098
2018/02/05 08:55:22
Duplicate submit. Please delete
Aprilcaicai
2018/02/05 13:34:11

Add the control operate command inside the Loop command. Then it will loop click the "+" button.


Add a Variable Operate command to count the click times after the control operate command. Then use a If command to judge the click times. If it is equal to 16, then jump to the loop.

<< < 12> >>
VerifyCode
Advanced Option