-
I've been trying to use SB to log into my PSN account though store.playstation.com, and I keep getting timed out by the login page, even if I solve the FunCaptcha correctly. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Unless regular human browser traffic is also required to solve those CAPTCHAs, the Selenium browser shouldn't have to solve those CAPTCHAs either (because otherwise it has already been detected, and solving the CAPTCHA won't help). Your issue might be timing related. Try getting through from the special UC breakpoint: sb.driver.uc_open_with_reconnect(URL, "breakpoint") If you can get through from there manually, then you can probably get through using the existing UC Mode methods and adjusting for timing. |
Beta Was this translation helpful? Give feedback.
-
So I've done some step by step tests, and it looks like it's getting detected when it starts inputting text. |
Beta Was this translation helpful? Give feedback.
Unless regular human browser traffic is also required to solve those CAPTCHAs, the Selenium browser shouldn't have to solve those CAPTCHAs either (because otherwise it has already been detected, and solving the CAPTCHA won't help).
Your issue might be timing related. Try getting through from the special UC breakpoint:
If you can get through from there manually, then you can probably get through using the existing UC Mode methods and adjusting for timing.