class Selenium::WebDriver::DriverFinder

def initialize(options, service)

Parameters:
  • service (Service) --
  • options (Options, nil) -- when nil driver parsed from Service::EXECUTABLE
def initialize(options, service)
  @options = options
  @service = service
end