class Capybara::Node::Document

def execute_script(*args)

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