启动selenium时,怎样加入firefox网络代理,在线等
展开全部
尊敬的用户,您好!很高兴为您答疑。
这个功能应该没有提供接口支持,您需要事先将代理设置好后使用。
希望我的回答对您有所帮助,如有疑问,欢迎继续咨询我们。
这个功能应该没有提供接口支持,您需要事先将代理设置好后使用。
希望我的回答对您有所帮助,如有疑问,欢迎继续咨询我们。
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
FirefoxProfile profile = new FirefoxProfile();
profile.setPreference("network.proxy.type", 1);
profile.setPreference("network.proxy.http", "192.168.11.254");
profile.setPreference("network.proxy.http_port", 8080);
profile.setPreference("network.proxy.share_proxy_settings", true);
profile.setPreference("network.proxy.no_proxies_on", "localhost");
profile.setPreference("network.proxy.type", 1);
profile.setPreference("network.proxy.http", "192.168.11.254");
profile.setPreference("network.proxy.http_port", 8080);
profile.setPreference("network.proxy.share_proxy_settings", true);
profile.setPreference("network.proxy.no_proxies_on", "localhost");
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询