module Selenium::WebDriver::Firefox

def self.path=(path)

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