Y
Y
yraiv2022-04-08 14:26:09
C++ / C#
yraiv, 2022-04-08 14:26:09

What is the correct way to use a proxy to work with Selenium?

How to work with a proxy? I always have an error, they say 60 seconds have passed and he didn’t wake up, if I check on the sites, they write that they are working (Proxy).

И так делал

            var proxy = new Proxy();

            proxy = new Proxy();
            proxy.Kind = ProxyKind.Manual;
            proxy.IsAutoDetect = false;
            proxy.HttpProxy = "59.124.224.205:3128";
            proxy.SslProxy = "59.124.224.205:3128";
            options.Proxy = proxy;

И так делал 
            options.AddArguments("--proxy-server=http://198.199.120.102:8080");
Всё тщетно

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question