# File lib/selenium/webdriver/chrome/service.rb, line 16
        def self.executable_path
          @executable_path ||= (
            Platform.find_binary "chromedriver" or raise Error::WebDriverError, MISSING_TEXT
          )
        end