Class: Seleniumrc::WebrickSeleniumServerRunner

Inherits:
SeleniumServerRunner show all
Defined in:
lib/seleniumrc/webrick_selenium_server_runner.rb

Instance Attribute Summary collapse

Attributes inherited from SeleniumServerRunner

#configuration, #thread_class

Method Summary

Methods inherited from SeleniumServerRunner

#initialize, #start, #started?, #stop

Constructor Details

This class inherits a constructor from Seleniumrc::SeleniumServerRunner

Instance Attribute Details

#dispatch_servletObject

Returns the value of attribute dispatch_servlet.



3
4
5
# File 'lib/seleniumrc/webrick_selenium_server_runner.rb', line 3

def dispatch_servlet
  @dispatch_servlet
end

#environment_pathObject

Returns the value of attribute environment_path.



3
4
5
# File 'lib/seleniumrc/webrick_selenium_server_runner.rb', line 3

def environment_path
  @environment_path
end

#serverObject

Returns the value of attribute server.



3
4
5
# File 'lib/seleniumrc/webrick_selenium_server_runner.rb', line 3

def server
  @server
end

#socketObject

Returns the value of attribute socket.



3
4
5
# File 'lib/seleniumrc/webrick_selenium_server_runner.rb', line 3

def socket
  @socket
end