Need Help on Breaking the loop
-
Hi.. as mentioned, need help breaking the loop
So if "move and click on element" is done, I want to break the loop. Tried the "Break function" but it doesn't work. What kind of logic I must use below the "Move And Click On Element"?
-
When using break, it will immediately exit the current loop and continue performing the action immediately after the loop.
I don't understand why it doesn't work for you.
Maybe you want it to do something else?
-
@Melinda Hi. I'm asking because I understand that if I use the break function inside the "For" function, it will break the loop. But this one doesn't work.
-
Just put break inside the loop where you want
it to break. Than put move to lable outside that
loop juat after that loop.
-
@GaG After restarting PC, problem solved _ _"