We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31c0ffa commit e30e30eCopy full SHA for e30e30e
examples/cdp_mode/raw_consecutive_c.py
@@ -0,0 +1,11 @@
1
+# An example of bypassing 2 consecutive CF CAPTCHAs"""
2
+from seleniumbase import SB
3
+
4
+with SB(uc=True, test=True) as sb:
5
+ url = "https://sms-man.com/login"
6
+ sb.activate_cdp_mode(url)
7
+ sb.sleep(2)
8
+ sb.uc_gui_click_captcha()
9
10
11
0 commit comments