A stealth Playwright(Firefox) to use the AI Web Agents without captcha/anti-bot
A stealth Playwright(Firefox) version that passes all anti-bot and CAPTCHA checks
Hey guys,
I’ve been working on browser automation that can actually survive modern anti-bot systems (especially for AI agents).
So I created a fork of Playwright for Firefox patched directly at the C++ level. It generates a different but internally consistent fingerprint per session:
• CreepJS → 0% fake
• reCAPTCHA v3 → Score 0.90
• hCaptcha → Pass
• Fingerprint Pro → bot=false, tampering=false
Repo: https://github.com/feder-cr/invisible\_playwright
If you’re fighting heavy anti-bot protection or building resilient agents, I’d love to hear your thoughts or test results. Feedback, issues, and contributions are very welcome!
Thanks in advance 🚀