module Selenium::WebDriver::Platform

def unix_path(path)

def unix_path(path)
  path.tr(File::ALT_SEPARATOR, File::SEPARATOR)
end