Class: EasyAutomation::Server

Inherits:
Object
  • Object
show all
Defined in:
lib/easy_automation/server.rb

Class Method Summary collapse

Class Method Details

.rcObject



3
4
5
6
# File 'lib/easy_automation/server.rb', line 3

def self.rc
  @selenium ||= Selenium::Server.new(Runner.configuration.selenium_port,
                                   Runner.configuration.selenium_timeout)
end