Using proxy not working anymore? #4076
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
It's working for me: https://github.com/mdmintz/undetected-testing/actions/runs/19169027029/job/54796598348#step:18:21 Make sure you're using the latest version of SeleniumBase. And since Also, note that proxy auth is handled when activating CDP Mode. (Meaning that if you launch a UC Mode browser and navigate to a site before activating CDP Mode, then proxy auth wouldn't be active yet). |
Beta Was this translation helpful? Give feedback.

It's working for me: https://github.com/mdmintz/undetected-testing/actions/runs/19169027029/job/54796598348#step:18:21
Make sure you're using the latest version of SeleniumBase.
And since
@and:are delimiters in the proxy string (used to separate the components ofuser:pass@ip:port), make sure that your username and password don't contain@or:in them.Also, note that proxy auth is handled when activating CDP Mode. (Meaning that if you launch a UC Mode browser and navigate to a site before activating CDP Mode, then proxy auth wouldn't be active yet).