伙计们,
我在使用时遇到问题@profile.assume_untrusted_certificate_issuer
,所以这是我的代码片段:
@profile = Selenium::WebDriver::Firefox::Profile.new
@profile.assume_untrusted_certificate_issuer = false
@browser = Watir::Browser.new(:firefox, :profile => @profile)
但是当我运行它时,我仍然在 Firefox 中得到安全异常。还有什么我需要设置的。
非常感谢