# File lib/capybara/driver/selenium_driver.rb, line 128
  def execute_script(script)
    browser.execute_script script
  end