SeleniumBase/examples/raw_bing_captcha.py

7 lines
196 B
Python

from seleniumbase import SB
with SB(uc=True, test=True) as sb:
url = "https://www.bing.com/turing/captcha/challenge"
sb.uc_open_with_reconnect(url, 4)
sb.uc_gui_click_captcha()