playwright-with-fingerprints
playwright-with-fingerprints copied to clipboard
Mobile Fingerprint gets overriden
playwright-with-fingerprints overrides my browser profiles without my permission and makes all my tests useless.
I am using this code:
plugin.useProfile(path.resolve('./profile/', folder), {
loadFingerprint: true,
loadProxy: false,
});
This means the browser profile is permanent and the fingerprint also. I also do only call the plugin.fetch() method once. But anyway my Android Mobile Profile gets just overriden. I can see it in the fingerprint.json in the browser folder.
It does not happen with every start. It seems to get overriden after running another Linux Desktop profile, but it shouldn't. I am not sure what exactly triggers it, but it is not my code.
I close the Linux Desktop profile normally with browser.close() and start the Android profile. And then at some point it just has been overwritten.
I think it is just a weird bug.
I will stop using paid version if this will not get fixed.
I am using playwright-with-fingerprints v2.3.2 because latest version does not work with cloudflare captchas.
Maybe all fingerprints get overridden not only Mobile.