Created
August 17, 2010 19:32
-
-
Save jwalsh/531617 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
logData 0 | |
// bring up the login screen | |
navigate http://wal.sh/form/login.html | |
logData 1 | |
// log in | |
setValue name=registrationIdId [email protected] | |
setValue name=password somepassword | |
submitForm name=fullLogin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment