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