other-emerald•3y ago
Persistent Fingerprints
Hello folks,
is it possible to write the fingerprint to a file? (with Puppeteer)
I need a persistent fingerprint and not one who's changing upon every restart...
Is there a way to do it?
3 Replies
As far as I know not possible, if you want persistent config then do not use fingerprints generator, just add config values to browser instance
Replying the same as in chat
This is now harder to do. You need to use the fingerprint generator - https://github.com/apify/fingerprint-suite, generate a fingerprint (you can store it) and then assign it as launchContext: { fingerprint }
other-emeraldOP•3y ago
Got answer on github, and it's actually possible.
The fingerprint is writeable since it's in a simple JSON format.
Now I'm able to write and read the fingerprint.