Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello! I want to create 3 functions, and those 3 functions will have while(true) loop (infinite loop) that will search for an image and if found it will click it. but I want all 3 functions to run simultaneously, how can I do that?
Divide actions into 3 threads or make them run one after another. There is an action in the BAS that checks which thread is currently running.
@UserTrue @NotWegant It works after deleting labels, thnx for your replies
@hippyzipp9 I'm looking for the same thing. Have you found the answer? If you posted it here how to do that it will help many newbies like me :D