@givirus its because of your script logic, maybe you dont call the function? OR you dont have proper error handling which results into certain parts of your script being skipped since they are inside an if statement. I encountered this problem many times in the past, you will need to handle errors and it'll will be most likely fixed, for the purpose of debugging you can use the "Log" function at several points to see where it will print it.
Start Threads after Status "ok"
-
Hello, I have one question for threads what i want its to open threads after Status its Ok
Lets say i have Status , TURN ON AND TURN OF
When they are TURN OF dont open all threads if i give it like 5 but check only status but when status going TURN ON open 5 threads and start
and where status goin again on TURN OF they just close browser but dont stop script?
Do you have any ideas?