Module: SeleniumRemoteControl
- Defined in:
- lib/selenium_remote_control.rb
Defined Under Namespace
Modules: Version
Class Method Summary collapse
Class Method Details
.jar_file ⇒ Object
22 23 24 25 26 |
# File 'lib/selenium_remote_control.rb', line 22 def jar_file File.( File.join(%w[.. vendor selenium-server.jar]), File.dirname(__FILE__) ) end |