RSpec.configure do |config| profile = Selenium::WebDriver::firefox::Profile.new profile.assume_untrusted_certificate_issuer = true #profile.add_extension "/usr/lib/firefox-addons/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}" Capybara.register_driver :selenium do |app| Capybara::Selenium::Driver.new(app,{:browser => :firefox,:profile => "default"} ) #Capybara::Selenium::Driver.new(app,:profile => profile} ) end end总结
以上是内存溢出为你收集整理的如何在黄瓜测试用例中使用selenium web驱动程序安装firefox全部内容,希望文章能够帮你解决如何在黄瓜测试用例中使用selenium web驱动程序安装firefox所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)