Skip to content

Commit fa2850f

Browse files
committed
Update an example
1 parent 4c87058 commit fa2850f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/raw_bing_captcha.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22

33
with SB(uc=True, test=True) as sb:
44
url = "https://www.bing.com/turing/captcha/challenge"
5-
sb.uc_open_with_reconnect(url, 4)
5+
sb.activate_cdp_mode(url)
6+
sb.sleep(1)
67
sb.uc_gui_click_captcha()
8+
sb.sleep(1)

0 commit comments

Comments
 (0)