Class: Capybara::Selenium::PersistentClient
- Inherits:
- 
      Selenium::WebDriver::Remote::Http::Default
      
        - Object
- Selenium::WebDriver::Remote::Http::Default
- Capybara::Selenium::PersistentClient
 
- Defined in:
- lib/capybara/selenium/patches/persistent_client.rb
Instance Method Summary collapse
Instance Method Details
#close ⇒ Object
| 6 7 8 9 | # File 'lib/capybara/selenium/patches/persistent_client.rb', line 6 def close super @http.finish if @http&.started? end |