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).
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?
If you want to keep active, after doing everything, leave last action ; user interaction > manual input....
@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
You could try to adjust the FPS from the browser but that could lead to unwanted behaviour.
@morpheus93
@Melinda I will add Wait full page load and try
thankyou @Fox
Instead of wait for full page.. use wait for text or css.. your script will work faster..