module Selenium::WebDriver::Atoms
def atom_script(function_name)
def atom_script(function_name) format("/* #{function_name} */return (%<atom>s).apply(null, arguments)", atom: read_atom(function_name)) end
def atom_script(function_name) format("/* #{function_name} */return (%<atom>s).apply(null, arguments)", atom: read_atom(function_name)) end