Method: Ferrum::Browser#close
- Defined in:
- lib/ferrum/browser.rb
#close ⇒ Object
Close browser gracefully.
You should clean up resources/connections in ruby world manually, it’s only a CDP command.
237 238 239 |
# File 'lib/ferrum/browser.rb', line 237 def close command("Browser.close") end |