Method: Selenium::WebDriver::Service#launch
- Defined in:
- lib/selenium/webdriver/common/service.rb
#launch ⇒ Object
90 91 92 93 |
# File 'lib/selenium/webdriver/common/service.rb', line 90 def launch @executable_path ||= env_path || find_driver_path ServiceManager.new(self).tap(&:start) end |