# File lib/capybara/selenium/driver.rb, line 70
  def evaluate_script(script)
    browser.execute_script "return #{script}"
  end