module Selenium::WebDriver::Atoms

def read_atom(function)

def read_atom(function)
  File.read(File.expand_path("../atoms/#{function}.js", __FILE__))
end