class Capybara::Node::Document

def evaluate_script(*args)

def evaluate_script(*args)
  find(:xpath, '/html').evaluate_script(*args)
end