I need the BAS browser to remain active after the thread is finished, and the next iteration of the script to open a new browser. Or the threads should be started one by one instead of simultaneously. Can you tell me how to implement this in BAS?
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.