module Selenium::WebDriver::Platform

def make_writable(file)

def make_writable(file)
  File.chmod 0o766, file
end