@JARVIS you can use nodejs and mongodb driver
How to save/load all browser data?
-
I am trying to figure out how to save all browser data and reload it using BAS. I want this to be able to save session states on websites, make sure it is the same every time.
-
@Локет And what would a workflow look like for a script that I want to save browser data for the first time (with proxy and fingerprint), and then run using the same proxy and fingerprint on future runs?
Is this correct:
Proxy -> Browser Settings -> Get Fingerprint -> Apply Fingerprint?Or is there a way to set fingerprint and proxy within Browser Settings?
-
@ryanscripts No, you must connect the browser settings first, the “BEFORE” settings will be reset
The order is as follows:
Browser Settings -> Get Fingerprint -> Apply Fingerprint -> Proxy -
@Roy-Mustang Thanks so much, Roy! If I follow that order, does that mean every time I load the browser it will always use the same fingerprint and proxy?
-
@ryanscripts In the profile settings, there are two fields responsible for reusing fingerprints and proxies. Set these fields to true.
And if you are a beginner, you need to create a profile somewhere and connect to it. If necessary, I can send you the logic.
-
@Roy-Mustang I would strongly appreciate if you sent me the logic! I reached out to you via tg as well if that is easier. I have not had experience using/ saving profiles with BAS before.
-
@ryanscripts All the changes that you make to the browser after calling the action that I wrote about earlier are saved and then when you call this action again along with the same folder, all the browser settings, fingerprint and proxy that you put there earlier will be pulled up from there.
-
Browser settings > Fingerprint, then proxy inside settings. then again load page.

