Class: EasyAutomation::Server
- Inherits:
-
Object
- Object
- EasyAutomation::Server
- Defined in:
- lib/easy_automation/server.rb
Class Method Summary collapse
Class Method Details
.rc ⇒ Object
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 |