Where i can read if the problem is solved ?? i want to update to newest version but feel hesitate that it have some issue on android ( i am using android emulation)
BrowserAutomationStudio 30.7.0 has been released
-
We have completely redesigned how BAS works.
Now you can edit your projects, fix bugs, and write code with Agent.
The number of changes we've made is enormous.
Right now, you just open BAS, write a prompt describing what you want to achieve, and that's it.
The only things left to manage manually are choosing the path for your project files and compiling.
https://www.youtube.com/watch?v=kTSKLk7FfHE
And it's all completely free.
The AI module has also had a huge update: it can now read email, get temporary phone numbers, receive SMS, and use an authenticator.
Besides that, we have added two new modules: Authenticator and QR Codes.
-
As far as I know, the model is based on DeepSeek, most likely deepseek-v4-pro
There is currently no way to configure this through the interface. It might be possible through the files, but I think this is definitely a feature worth adding
I tested the AI on one of my own projects, and overall it is genuinely useful. It works quite well with refactoring: it can split code into functions, give them reasonable names, and generally clean up the project structure. This saves a lot of time
However, during testing and when working with project logic, it made quite a few mistakes. It feels like the AI is missing additional context and skills containing BAS specific best practices
For example, in one case it needed to replace the "Check existence" action with "Wait for element", because the element was a cookie popup on the website. The AI did not recognize this on its own and chose the wrong approach
So I think it would be very useful to add a way to provide the AI skills with BAS specific best practices. This would make it much more reliable when working with real projects