Method: Ferrum::Browser#quit
- Defined in:
- lib/ferrum/browser.rb
#quit ⇒ Object
215 216 217 218 219 220 221 222 223 |
# File 'lib/ferrum/browser.rb', line 215 def quit return unless @client contexts.close_connections @client.close @process.stop @client = @process = @contexts = nil end |