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
@cruxxx You can use the "Node.js" module in BAS to do this. You can use Playwright or Puppeteer.
Personally, I often use Playwright to control external anti-detect browsers.
You can use the keywords I just provided and use AI to help you.
@m4zuper Hi , I'm not sure when it appears, it's random. But as my disk gets closer to full, the rate of error occurrence is higher.
@manuelacosta98
Yeah, and BAS closed unexpectedly. I experienced the same thing too. I believe it happened because of multithreading.
Try with 1-2 threads if it work faster then the problem is Your cpu. Try to optimize Your script, check bablosoft wiki at least for help.