gpt4 book ai didi

ssl - 使用 Selenium 进行自动化时,在 Firefox 中抑制 SSL 安全警告

转载 作者:太空宇宙 更新时间:2023-11-03 12:42:18 24 4
gpt4 key购买 nike

在使用 Selenium 进行自动化时,有没有办法抑制访问 HTTPS 站点时显示的警告?我遇到了选项“-trustAllSSLCertificates”,但我无法让它工作。我通过以下方式启动了我的 Selenium 服务器:

java -jar selenium-server.jar -trustAllSSLCertificates

...但我仍然收到安全警告。我是否遗漏了其他一些步骤?

最佳答案

刚刚开始工作。方法如下:

除了使用 -trustAllSSLCertificates 选项启动 Selenium 服务器外,Selenium 启动的浏览器应该配置为使用 Selenium 服务器作为其代理。

例如:如果 Selenium 服务器在默认端口 4444 的主机 myselenium.mycompany.com 上启动,则代理设置为 myselenium.mycompany.com :4444。实现自动化的一种方法是创建一个 Firefox 配置文件并将代理配置到该地址和端口,并在使用 -firefoxProfileTemplate 选项启动 Selenium 服务器时将此创建的配置文件作为参数传递。

java -jar selenium-server.jar -trustAllSSLCertificates -firefoxProfileTemplate /path/to/selenium_profile

关于ssl - 使用 Selenium 进行自动化时,在 Firefox 中抑制 SSL 安全警告,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5391387/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com