Created
July 5, 2016 12:20
-
-
Save deanhume/7eb2b89deca03b6efcddef75cf574e83 to your computer and use it in GitHub Desktop.
WebPageTest scripting
This file contains hidden or 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://webmail.aol.com | |
logData 1 | |
// log in | |
setValue name=loginId [email protected] | |
setValue name=password somepassword | |
submitForm name=AOLLoginForm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment