# File lib/selenium/webdriver/chrome/launcher.rb, line 29 def self.binary_path=(path) Platform.assert_executable(path) @binary_path = path end