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 4c87058 commit fa2850fCopy full SHA for fa2850f
examples/raw_bing_captcha.py
@@ -2,5 +2,7 @@
2
3
with SB(uc=True, test=True) as sb:
4
url = "https://www.bing.com/turing/captcha/challenge"
5
- sb.uc_open_with_reconnect(url, 4)
+ sb.activate_cdp_mode(url)
6
+ sb.sleep(1)
7
sb.uc_gui_click_captcha()
8
0 commit comments