class Capybara::Selenium::PersistentClient
Public Instance Methods
Source
# File lib/capybara/selenium/patches/persistent_client.rb, line 6 def close super @http.finish if @http&.started? end
Calls superclass method
Private Instance Methods
Source
# File lib/capybara/selenium/patches/persistent_client.rb, line 13 def http super.tap do |http| http.start unless http.started? end end
Calls superclass method