is it possible to get the protect attribute when using UC model #2299
|
I am trying to use SeleniumBase to do some automatic test with Cloudflare turnstile bot-detect. when I tried to get the cloudflare token like this: it always get the '' with the value, the value is a long string, why could not get the vlaue? is it possible to get the value? |
Answered by
mdmintz
Nov 21, 2023
Replies: 1 comment 2 replies
|
It looks like you're doing some odd things in your script. Maybe you should check out the examples: Here are some existing examples that use
|
2 replies
Answer selected by
mdmintz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It looks like you're doing some odd things in your script. Maybe you should check out the examples:
Here are some existing examples that use
--ucmode:Here's a raw driver example:
Here are some existing examples that use the
driver.uc_click(selector)method: