Persistent profiles vs fresh sessions for Playwright automation? #633
xiazzloke-hub
started this conversation in
Fingerprinting
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I’m testing Camoufox for Playwright Python automation and really like the idea of having a browser focused on AI agents and anti-detect behavior.
One thing I’m still thinking about is profile persistence. For short scraping or testing jobs, fresh sessions make sense. But for workflows that need repeated logins, stable cookies, fixed proxies, and long-term account separation, I usually see tools like MoreLogin being used more as a profile manager.
Curious how people here handle this with Camoufox:
Do you usually create fresh browser sessions every run, or keep persistent profiles for each account/workflow?
All reactions