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