-
| import random AGENTS = [] PROXIES = [] def get_uc_sesh(): driver = get_uc_sesh() simple test code trying to setup uc browser session with residential proxy but the proxy doesnt auth itself | 
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
| Chrome doesn't support extensions in Incognito Mode. Also make sure your proxy strings are in the expected format: 
 (And make sure your proxy server is working properly.) | 
Beta Was this translation helpful? Give feedback.
-
| yes you were right i had to .strip() my string :D, thanks dude! | 
Beta Was this translation helpful? Give feedback.
-
| even in this format user:pass@server:port it shows a popup | 
Beta Was this translation helpful? Give feedback.

Chrome doesn't support extensions in Incognito Mode.
(Proxy-with-auth is done via Chrome extension)
Also make sure your proxy strings are in the expected format:
user:pass@server:port(And make sure your proxy server is working properly.)