Method: Ferrum::Browser#version

Defined in:
lib/ferrum/browser.rb

#versionVersionInfo

Gets the version information from the browser.

Returns:

Since:

  • 0.13



248
249
250
# File 'lib/ferrum/browser.rb', line 248

def version
  VersionInfo.new(command("Browser.getVersion"))
end