module Selenium::WebDriver::Atoms
def execute_atom(function_name, *arguments)
def execute_atom(function_name, *arguments) execute_script(atom_script(function_name), *arguments) end
def execute_atom(function_name, *arguments) execute_script(atom_script(function_name), *arguments) end