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