module Selenium::WebDriver::Platform

def windows_path(path)

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