Skip to content

Instantly share code, notes, and snippets.

@redsquirrel
Created March 15, 2010 17:58
Show Gist options
  • Save redsquirrel/333104 to your computer and use it in GitHub Desktop.
Save redsquirrel/333104 to your computer and use it in GitHub Desktop.
b = Watir::Safari.new
def b.js_eval(javascript_code)
@scripter.send(:eval_js, javascript_code)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment