Class: Capybara::Selenium::PersistentClient

Inherits:
Selenium::WebDriver::Remote::Http::Default
  • Object
show all
Defined in:
lib/capybara/selenium/patches/persistent_client.rb

Instance Method Summary collapse

Instance Method Details

#closeObject



6
7
8
9
# File 'lib/capybara/selenium/patches/persistent_client.rb', line 6

def close
  super
  @http.finish if @http&.started?
end