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).
Threads are running for random time and sleep random time.
is there a method to run only 10-15 threads at the same time?
Thanks
@andreiem can. how do you start threads?
@tet-vivi I open the BAS script only with 10 threads right now because of the low CPU/RAM. 10 threads are working for 7 minutes and then close the browser and sleep for 30 minutes.
@andreiem
use sipmly triger examle on start mess1[chek] = true mess2[chek] = true mess3[chek] = true before send chek trigger if (mess3[chek] == true) { mess3[chek] = fale; send(msg ->
@heshamyassin1 said in please help me how i can make the thread running and when captcha found solve it:
hello i want to make the thread running and when captcha found solve it
Use the action "Is Element Exists" to determine if there is a captcha on the page. If there is - decide.
Im trying to do the same.. am i dong it right?
Cant check if its right, because i dont know to to fail load url on purpose :)
@genadijs34 like me if it is useful for you))
Okay. Thank you very much for help ! :)