-
|
driver = Driver(uc=True, agent=agent) I can make the automation work on the first (login) page by using reconnect_time, but there is an additional Cloudflare check on the second page after logging in which detects the Selenium and fails to pass even if I manually click it. @mdmintz |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 18 replies
-
|
Use methods such as |
Beta Was this translation helpful? Give feedback.
-
|
good morning khanjui, Can you share you code to bypass the first login please |
Beta Was this translation helpful? Give feedback.
-
|
@mdmintz Man! you're a legend. |
Beta Was this translation helpful? Give feedback.
-
|
@khanjui How did you pass the 2nd cloudflare, my friend? I can pass the 1st one too. I get stuck on the 2nd one and I get a failed message. Can you help me? |
Beta Was this translation helpful? Give feedback.






Use methods such as
sb.uc_gui_click_captcha()to get past the CAPTCHA.(Read the docs here: SeleniumBase/help_docs/uc_mode.md)
Also be sure you are using
seleniumbase4.29.2(or newer if available).