-
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
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
First, you should upgrade to |
Beta Was this translation helpful? Give feedback.
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.