0
我想搗鼓HTTP從ChromeDriver請求和我配置的代理吧:提琴手和ChromeDriver
ChromeOptions options = new ChromeOptions();
options.Proxy = new Proxy { HttpProxy = "localhost:8888" };
return new ChromeDriver(path, options);
代理工作,驅動程序使用它,但我看不到任何的提琴手。我根本不使用任何濾鏡。
Fiddler v4.6.2.2
ChromeDriver v2.24