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? |
Beta Was this translation helpful? Give feedback.
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
|
Beta Was this translation helpful? Give feedback.
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
--uc
mode:Here's a raw driver example:
Here are some existing examples that use the
driver.uc_click(selector)
method: