Skip to content

Instantly share code, notes, and snippets.

@AutomatedTester
Created December 9, 2009 22:25
Show Gist options
  • Save AutomatedTester/252894 to your computer and use it in GitHub Desktop.
Save AutomatedTester/252894 to your computer and use it in GitHub Desktop.
Selenium.prototype.doStoreStuff(data,varName){
//do stuff here or just go straight to storing
storedVars[varName] = data;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment