module Selenium::WebDriver::FileReaper

def tmp_files

def tmp_files
  @tmp_files ||= Hash.new { |hash, pid| hash[pid] = [] }
  @tmp_files[Process.pid]
end