Skip to content

Instantly share code, notes, and snippets.

@tobowers
Created November 19, 2014 22:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tobowers/9d6a55e31cf105e33bcd to your computer and use it in GitHub Desktop.
Save tobowers/9d6a55e31cf105e33bcd to your computer and use it in GitHub Desktop.
var Masthead = new CustomComponent;
Masthead.extend({
typeIntoLocation: function(text) {
parent
.findById("q")
.click()
.type(text)
}
});
//use:
new Masthead(page).typeIntoLocation('hi!')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment