You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 19, 2018. It is now read-only.
The profile can not pass to Capybara::Selenium::Driver.new.
It was Capybara::Selenium::Driver.new(app, :browser => :firefox, :profile => profile)
but Firefox updated and Selenium updated for marionette.
So I looking for how figure it out and I change that code like that and spec test work now.
But firebug no more enable.
I'm sorry for my bad English.
The text was updated successfully, but these errors were encountered:
The
profile
can not pass toCapybara::Selenium::Driver.new
.It was
Capybara::Selenium::Driver.new(app, :browser => :firefox, :profile => profile)
but Firefox updated and Selenium updated for marionette.
So I looking for how figure it out and I change that code like that and spec test work now.
But firebug no more enable.
I'm sorry for my bad English.
The text was updated successfully, but these errors were encountered: