Method: Selenium::WebDriver::DriverFinder.path

Defined in:
lib/selenium/webdriver/common/driver_finder.rb

.path(options, service_class) ⇒ Object



23
24
25
26
27
# File 'lib/selenium/webdriver/common/driver_finder.rb', line 23

def self.path(options, service_class)
  WebDriver.logger.deprecate('DriverFinder.path(options, service_class)',
                             'DriverFinder.new(options, service).driver_path')
  new(options, service_class.new).driver_path
end