UC Mode doesn't work with Proxy #3852
-
Hello, Can you please support me if I'm doing smth wrong here, I try to start a driver using UC mode with a proxy but it keep gives me this error, and when I disable UC mode it works fine with the proxy (Rotating mobile type & Http ipv4 type) The problem here, I need the UC mode to bypass the cloud flare captcha I tried both using driver and SB as a context manager, here is the code for both
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
As mentioned in https://support.google.com/chrome_webstore/answer/2664769?hl=en --> Also, you may have a bad proxy. (Proxy-with-auth is working normally in the latest version) And note that you may want CDP Mode for more stealth: |
Beta Was this translation helpful? Give feedback.
As mentioned in https://support.google.com/chrome_webstore/answer/2664769?hl=en -->
Important: You can't add extensions when you browse in Incognito mode or as a guest.
Proxy with auth requires the use of a Chrome extension to configure proxy settings.
Also, you may have a bad proxy. (Proxy-with-auth is working normally in the latest version)
Auth proxy format:
user:pass@server:port
.And note that you may want CDP Mode for more stealth:
sb.activate_cdp_mode(url)