kkoooqq / fakebrowser

🤖 Fake fingerprints to bypass anti-bot systems. Simulate mouse and keyboard operations to make behavior like a real person.
GNU Lesser General Public License v3.0
1.09k stars 210 forks source link

Enable Cookies #35

Closed RND332 closed 2 years ago

RND332 commented 2 years ago

I want to keep login into account for specified path like one youtube account in /FakeBrowser1 profile and second account in /FakeBrowser2

RND332 commented 2 years ago

Found just can use standart Vanilla Options: windowsDD = require(windowsDDfile); builder = new FakeBrowser_1.FakeBrowser.Builder() .displayUserActionLayer(true) .proxy({ proxy: proxy, exportIP: IPex, }) .vanillaLaunchOptions({ pipe: false, headless: false, devtools: false, userDataDir: path + '_CHROME', }) .userDataDir(path + '_FAKE');