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