标签: selenium selenium-rc
当我在Chrome中运行Selenium RC时,它会要求提供SSL,即使我点击仍在继续,它也会继续询问。是否有任何可用的解决方法。我们提供Chrome模板,因为我们提供了firefox配置文件。
答案 0 :(得分:0)
profile = Selenium::WebDriver::Firefox::Profile.new profile.secure_ssl = true