Module: SeleniumRemoteControl

Defined in:
lib/selenium_remote_control.rb

Defined Under Namespace

Modules: Version

Class Method Summary collapse

Class Method Details

.jar_fileObject



22
23
24
25
26
# File 'lib/selenium_remote_control.rb', line 22

def jar_file
  File.expand_path(
    File.join(%w[.. vendor selenium-server.jar]), File.dirname(__FILE__)
  )
end

.versionObject



18
19
20
# File 'lib/selenium_remote_control.rb', line 18

def version
  Version.to_s
end