【问题标题】:How to use Selenium server standalone to test https web applications?如何使用 Selenium 服务器独立测试 https Web 应用程序?
【发布时间】:2015-01-29 17:20:30
【问题描述】:

在我们的 Web 应用程序项目中,我曾经使用 Selenium Server Standalone 来测试网站。然后我们从 http 切换到 https,现在所有测试用例都不再起作用了!当我运行测试用例时。谷歌浏览器打开但显示

Your connection is not private

Attackers might be trying to steal your information from ...

我是否应该在我的测试套件中添加任何新标志以使 Selenium Server Standalone 能够通过 https 运行? 还有其他解决这个问题的建议吗?!

【问题讨论】:

    标签: security testing selenium https automated-tests


    【解决方案1】:

    你在使用 selenium WebDriver 吗?通过 Selenium Server Standalone 我猜不是...

    所以在 WebDriver Chrome 和 FF 浏览器中自带驱动程序,这个问题在那里得到解决。我正在使用它,根本看不到这个页面。

    我的建议是迁移到它。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2023-04-02
      • 2015-04-03
      • 1970-01-01
      • 1970-01-01
      • 2016-08-04
      相关资源
      最近更新 更多