module Selenium::WebDriver::Safari

def path=(path)

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