Skip to content

Instantly share code, notes, and snippets.

@joegaudet
Created December 5, 2011 22:15
Show Gist options
  • Save joegaudet/1435640 to your computer and use it in GitHub Desktop.
Save joegaudet/1435640 to your computer and use it in GitHub Desktop.
var $ = function(selector){
return page.evaluate(function(){
return $(selector);
});
};
console.log($(".suites"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment