@ocraft In order to update, you need to start BAS and agree to update. Alternatively you can redownload software.
BrowserAutomationStudio 25.1.0 has been released
-
@m4zuper The site is youtube. I have verified countless of times. it doesnt happen when on record mode only on run mode with 5-10 browsers at a time
I use match selector to click on videos. there is no other selector after that so im sure there's nothing more that should be clicking random elements.
I also used to use a function to click on skip ads but I just stopped using it because it sometimes clicks on ads instead of skipping it and that is very dangerous.
This all started to happen after update 25.1.1
-
@m4zuper I think a test script might not be helpful because I found out that the function >MATCH>title="Search" and >MATCH>tle="Search" are not working on some chrome fingerprints. Just like this screenshot

As you can see, the whole page is highlighted, the title is correct >MATCH>tle="I Didn’t Eat Food For 30 Days"
The video it is supposed to look for and click is there but the function sees the whole page as "I Didn’t Eat Food For 30 Days" video. When I run that function in that state, it randomly selects and clicks any elements. Sometimes it scrolls down to the bottom and clicks whatever it likes to click there.This happens to some of my profiles. each profile has fingerprint saved (Microsoft Windows,Chrome)
-
@BerkeT said in BrowserAutomationStudio 25.1.0 has been released:
We need optimize for bas.
If you trying to get 100.000 results bas freezing.An infinite or very large loop without delay causes the BAS interface to hang. Depending on the windows settings, the BAS will either terminate automatically (crash) or hang until the work is completed.
There are two ways out of this, you can configure windows so that it does not automatically terminate hanged applications, then the BAS interface will normalize after the script terminates. Or you can add a minimum delay to the script via the "Sleep" action -
@Fox said in BrowserAutomationStudio 25.1.0 has been released:
windows so that it does not automatically terminate hanged applications
Also, I have a problem.
If I add more than 20k proxies to the proxy list, the bass freezes.
However, if I reduce this number to 100 while the bass is working, it suddenly accelerates.Is it possible to optimize?
-
@BerkeT said in BrowserAutomationStudio 25.1.0 has been released:
@Fox said in BrowserAutomationStudio 25.1.0 has been released:
windows so that it does not automatically terminate hanged applications
Also, I have a problem.
If I add more than 20k proxies to the proxy list, the bass freezes.
However, if I reduce this number to 100 while the bass is working, it suddenly accelerates.Is it possible to optimize?
Can you attach a test script that demonstrates the problem?
-
@BerkeT said in BrowserAutomationStudio 25.1.0 has been released:
I will make a new one. Then I can send it to you.
Also do you know an article to disable the automatic handing system?
I couldn't find it on google.
automatic handing system?
-
There are two ways out of this, you can configure windows so that it does not automatically terminate hanged applications, then the BAS interface will normalize after the script terminates. Or you can add a minimum delay to the script via the "Sleep" action
This
"you can configure windows so that it does not automatically terminate hanged applications"How can i do that?