module Selenium::WebDriver::IE

def self.driver_path=(path)

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