https://wiki.bablosoft.com/doku.php?id=start
https://www.youtube.com/@browserautomationstudio3109
There are subtitles in english if video is in russian language,
and later when you learn basics you can check
lifehack thread here on the BAS forum >
https://community.bablosoft.com/topic/3521/лайфхаки-bas
Use translator extension in browser to read it.
Can BAS do few threaded functions in same time? My is crashing and I did literally everything
-
I prefer to have one big bot instead of 4 smaller ones thats why i do everything in 1 bot
but seems its crashing for some reason.
i start bot with 3 threads.
1st thread launches first 15-treaded function
2nd thread launches second 15-treaded function
3rd thread launches third 15-treaded functionwhich gives 45 threads running in same time and 3 threads just waiting till they finish
it works fine till I start using 3rd thread.
then BAS crashes whenever 1st thread 'exits' from 15 threaded function (with end script or success action)
is the way im using BAS wrong?
PS, first thread completed just fine before i launched 3rd thread. after that it always crashes on exit