-
I'm trying to connect to an existing port and solve the CF captcha, but this method is not available, please tell me how to do it correctly
|
Beta Was this translation helpful? Give feedback.
Answered by
mdmintz
Apr 8, 2025
Replies: 1 comment 2 replies
-
The CDP API is different from the SB one. SB in UC Mode has special methods. You might be able to use |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
mdmintz
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
The CDP API is different from the SB one. SB in UC Mode has special methods.
For the CDP methods, see: SeleniumBase/examples/cdp_mode/ReadMe.md
You might be able to use
sb.cdp.gui_click_element(selector)
as an alternative,such as in SeleniumBase/examples/cdp_mode/raw_planetmc.py.