set-up thread for each action
-
how can i set-up thread for action
For example i have a seri of action : a - b - c - d
i want 10 thread run from a - b - c but in action D i only want to run 1 thread at a times. How can i set-up ?
-
@lother said in set-up thread for each action:
how can i set-up thread for action
For example i have a seri of action : a - b - c - d
i want 10 thread run from a - b - c but in action D i only want to run 1 thread at a times. How can i set-up ?For example i have 10 account to do some action
to save time i want 10 thread to help me deal with captcha when i login to save times
after that i only want 1 thread run at a times
how can i set-up scrip like this ?
-
There is an action called "thread index". Also, you can use global variables to manipulate your threads.
-
@lother You can also use "Call function in several threads" to change thread number dynamically.
Check this video https://www.youtube.com/watch?v=vgzMX3F-EQI