module Selenium::WebDriver::Chrome

def self.path=(path)

def self.path=(path)
  Platform.assert_executable path
  @path = path
end