|
I'm trying to automate interaction with Microsoft Copilot, but I'm unable to click the Cloudflare Turnstile captcha that appears. The captcha is embedded within a shadow DOM, and my current approach using sb.cdp.gui_click_element('#cf-turnstile div') isn't working. My code: Captch HTML code
|
Answered by
mdmintz
Oct 1, 2025
Replies: 1 comment
|
First, you should upgrade to |
0 replies
Answer selected by
Khald1998
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


First, you should upgrade to
4.41.11(or newer if available).And then run SeleniumBase/examples/cdp_mode/raw_copilot.py.
It's a test that runs on the Copilot website, and it's working for me.