Answer the question
In order to leave comments, you need to log in
How to run selenium with proxies?
Hello everyone, who knows how to run selenium with a proxy?
I’ll say right away using manifest and
options.add_argument(f'--proxy-server=62.113.115.8:5333')
prox = Proxy()
prox.proxy_type = ProxyType.MANUAL
prox.http_proxy = "ip_addr:port"
prox.socks_proxy = "ip_addr:port"
prox.ssl_proxy = "ip_addr:port"
capabilities = webdriver.DesiredCapabilities.CHROME
prox.add_to_capabilities(capabilities)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question