Selenium RC Chrome SSL问题

时间:2012-02-09 11:45:39

标签: selenium selenium-rc

当我在Chrome中运行Selenium RC时,它会要求提供SSL,即使我点击仍在继续,它也会继续询问。是否有任何可用的解决方法。我们提供Chrome模板,因为我们提供了firefox配置文件。

1 个答案:

答案 0 :(得分:0)

你尝试过这样做吗? 这是Ruby

profile = Selenium::WebDriver::Firefox::Profile.new
profile.secure_ssl = true