如何在Selenium 2的ChromeDriver中设置HTTP代理?

发布于 2024-12-07 02:28:51 字数 121 浏览 0 评论 0原文

如何在 Java 中为 Selenium 2 的 ChromeDriver 设置 HTTP 代理?我知道如何使用 FirefoxProfile 为 FirefoxDriver 执行此操作,但似乎没有 ChromeProfile。

how do I set a HTTP proxy for Selenium 2's ChromeDriver in Java? I know how to do it for the FirefoxDriver using a FirefoxProfile, but there doesn't seem to be a ChromeProfile.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

迷雾森÷林ヴ 2024-12-14 02:28:51

您可以简单地在 chrome 级别设置 chrome 代理首选项。与 Firefox 驱动程序不同,chrome 驱动程序不会在每次启动会话时重置 chrome 首选项。

You could simply set the chrome proxy prefs at the chrome level. Unlike the firefox driver, the chrome driver does not reset chrome prefs each time it initiates a session.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文