You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,11 +27,13 @@ Pydoll is an innovative Python library that's redefining Chromium browser automa
27
27
## ⭐ Extraordinary Features
28
28
29
29
-**Zero Webdrivers!** Say goodbye to webdriver compatibility and configuration headaches
30
-
-**Native Captcha Bypass!** Naturally passes through Cloudflare Turnstile and reCAPTCHA v3
30
+
-**Native Captcha Bypass!** Naturally passes through Cloudflare Turnstile and reCAPTCHA v3 *
31
31
-**Performance** thanks to native asynchronous programming
32
32
-**Realistic Interactions** that simulate human behavior
33
33
-**Advanced Event System** for complex and reactive automations
34
34
35
+
> Note: for cloudflare captcha, you have to perform a click in the checkbox. Just find a div containing the iframe and use the `.click()` method. Automatic detection and click coming soon!
0 commit comments