Best way to automate Gmail account creation (with anti-detect setup + n8n integration)?

Hey👋
I’m currently working on a use-case that involves automating Gmail account creation for isolated environments. The flow includes:

  • Generating multiple accounts using rotating IPs
  • Filling out signup forms
  • Solving captchas (manually or via CapMonster / 2Captcha)
  • Managing cookies/session storage

I’m using n8n as the main orchestration layer, and I’m exploring how to integrate browser automation (possibly via prompt scripting or browser APIs) to handle form filling and fingerprint isolation more reliably.

Main pain points so far:

  • Browser fingerprints getting flagged
  • Google triggering additional verifications inconsistently
  • Need something scriptable but stealthy

Has anyone here successfully automated this flow (or something similar) with n8n + browser tools?
Any setup or tools you’d recommend that work well for stealth, automation, and scalability?

I’ve had great results with a tool called Hidemium — less mainstream but surprisingly effective for handling fingerprints and scripting directly.

Just wanted to follow up — I’m still refining the workflow, and seeing stable results so far.
Anyone here using browser-based scripting in production? Any best practices?