# File lib/selenium/webdriver/chrome/service.rb, line 22
        def self.executable_path=(path)
          Platform.assert_executable path
          @executable_path = path
        end