INNER CODE UNIT · Ruby
crash
rubycdp/ferrum · lib/ferrum/browser.rb:262
def crash
command("Browser.crash")
end
#
# Close browser gracefully.
#
# You should clean up resources/connections in ruby world manually, it's only a CDP command.
#
def close
command("Browser.close")
end
#
# Gets the version information from the browser.
#
# @return [VersionInfo]
#