Skip to content

Commit e30e30e

Browse files
committed
Add a new CDP Mode example
1 parent 31c0ffa commit e30e30e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
sb.sleep(2)
10+
sb.uc_gui_click_captcha()
11+
sb.sleep(2)

0 commit comments

Comments
 (0)