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