# File lib/celerity/browser.rb, line 394 def execute_script(source) assert_exists @page.executeJavaScript(source.to_s).getJavaScriptResult end