Let’s explore Pydoll, the Python library for browser automation without WebDrivers, featuring scraping-ready features—complete with practical examples!
This is a super interesting project. I'll definitely compare Pydoll with our own solution at Kameleo, since we also work heavily with browser-level automation and anti bot challenges.
The Cloudflare Turnstile section caught my attention the most. We deal with this a lot as well. In our Chromium and Firefox based browsers (Chroma & Junglefox) we even modified the native browser code to expose the shadow DOM root, which makes elements like the Turnstile checkbox trivially clickable from Playwright. On top of that, we handle the browser fingerprint authenticity across scale so that behavioral checks stay consistent.
Excited to follow Pydoll's evolution and see how it develops on the human interaction and bot detection evasion side.
This is a super interesting project. I'll definitely compare Pydoll with our own solution at Kameleo, since we also work heavily with browser-level automation and anti bot challenges.
The Cloudflare Turnstile section caught my attention the most. We deal with this a lot as well. In our Chromium and Firefox based browsers (Chroma & Junglefox) we even modified the native browser code to expose the shadow DOM root, which makes elements like the Turnstile checkbox trivially clickable from Playwright. On top of that, we handle the browser fingerprint authenticity across scale so that behavioral checks stay consistent.
Excited to follow Pydoll's evolution and see how it develops on the human interaction and bot detection evasion side.
Thanks for your comment! I leave this to the author of the library.