Open spectreDeveloper opened 6 months ago
Check discussion there is an answer there.
browser_args = [] browser_args.append('--proxy-server=%s' % "your-proxy-string-here") conf = Config(browser_args=browser_args)
chromium doesn't support socks5 auth but support http(s) auth. You only can use --proxy-server=socks5://ip:port
hI GUYS there is a way to set proxy http/s to no_driver? i need to prox more than 1 instance with different proxies.
thx