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).
SOLVED :)
its better if you mention site
@yod4
Screenshot_12.png
@WhiteNeOne https://community.bablosoft.com/topic/20110/how-to-remove-first-country-code-on-phone-verification/2
@8xrkan said in Get current thread number:
Hello, is it possible to get the current running thread numbers which is reloading every x seconds/ or every new thread start? Example in Result tab: Currently running X threads Thanks!
Hello,
is it possible to get the current running thread numbers which is reloading every x seconds/ or every new thread start?
Example in Result tab: Currently running X threads
Thanks!
There is no ready-made action for this. But you can implement your work logic through a global variable.
Maybe you are using "not reuse" option when dealing with resource, and that might be problem for deleting current line from resource - instead it is deleting next resource line.
This is just a guess...