@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.
With the addition of the new profiles feature (which is really great) we now need to have folders for each profile. For a particular automation, i will need lots and lots of profiles / folders.
Is it possible to do something like this :
I tried to do this, but whenever i set the profile folder it resets the browser and can't continue executing the other operations with that profile, as i use a random string to generate the folder name and that random string changes when the browser restarts, so it doesn't select the same profile / folder...
Have you solved it?