bypassing cloudflare captcha gives error #2822
-
I have been trying to bypass the cloudflare captcha, and it works, but it throws an exception:
`from seleniumbase import SB def open_the_turnstile_page(sb): def click_turnstile_and_verify(sb): with SB(uc=True, test=True) as sb:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Try the example script: SeleniumBase/examples/raw_turnstile.py On the website you gave, I didn't encounter any CAPTCHAs. You also said that "it works", but threw an exception when looking for the success message. The success message can be different on different websites. Adjust your scripts accordingly. |
Beta Was this translation helpful? Give feedback.
Try the example script: SeleniumBase/examples/raw_turnstile.py
On the website you gave, I didn't encounter any CAPTCHAs. You also said that "it works", but threw an exception when looking for the success message. The success message can be different on different websites. Adjust your scripts accordingly.