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).
Why my succes number is blank ? i means my thread on success any
@nabil Yes I did that, but I need to start the next account, and so I will have a thread not completed and the next one will not run
@111cbt111 said in Is there any action that can get info of how many threads are running in this moment?:
Is there any action that can get info of how many threads are running in this moment?
No, use a global variable and create the counter yourself.
@yod4
Screenshot_12.png
Here's a suggestion: Mark the time when starting the thread. Then during the script run, add a time check action and compare the time difference with your desired value. -> Take appropriate action.