Method: Ferrum::Browser#version
- Defined in:
- lib/ferrum/browser.rb
#version ⇒ VersionInfo
Gets the version information from the browser.
248 249 250 |
# File 'lib/ferrum/browser.rb', line 248 def version VersionInfo.new(command("Browser.getVersion")) end |