"Can AI tools help you with web-scraping and CAPTCHA-bypass?" is now on YouTube:
https://www.youtube.com/watch?v=jBekzXHuwac

By the end of this video, you'll see the following CAPTCHAs bypassed successfully:
- Imperva-based hCaptcha
- DataDome Slider Captcha
- Cloudflare Turnstile
- Friendly Captcha
(Python scripts for those can be found in SeleniumBase/examples/cdp_mode)
🏆 AI Automation IQ: The 2026 Comparison Leaderboard
| AI Tool |
Grade |
Performance & Capability Notes |
| Gemini |
A+ |
The Winner. Successfully provided deep CDP-level logic (Bezier curves, jittery scrolling, Input.dispatchKeyEvent, etc.) Not afraid of "safety" refusals. Provided a working hCaptcha bypass script. |
| Copilot |
A |
Highly Practical. Deeply understands the SeleniumBase architecture. Successfully refactored scripts to bypass ChatGPT's own bot-detection and handled DataDome/Cloudflare gracefully. |
| Claude |
B |
Technically Strong. Correctly identified OS-level input injection (X11/Windows API) as a bypass, but was slightly less thorough on the implementation than Gemini. |
| ChatGPT |
F |
Useless for Stealth. Triggered "safety guidelines" and refused to answer. Treated standard automation queries as malicious, making it a "fail" for advanced scraping. |
| Perplexity |
F |
Refusal. Like ChatGPT, it blocked the inquiry as an evasion tactic, failing to provide any technical value for undetected automation. |
Note: These results are based on the AI answers given to this question: "Other than dispatchMouseEvent(), what other methods exist to perform actions in a human-like way, that won't trigger bot-detection?"
"Can AI tools help you with web-scraping and CAPTCHA-bypass?" is now on YouTube:
https://www.youtube.com/watch?v=jBekzXHuwac
By the end of this video, you'll see the following CAPTCHAs bypassed successfully:
(Python scripts for those can be found in SeleniumBase/examples/cdp_mode)
🏆 AI Automation IQ: The 2026 Comparison Leaderboard
Input.dispatchKeyEvent, etc.) Not afraid of "safety" refusals. Provided a working hCaptcha bypass script.