Skip to content

Instantly share code, notes, and snippets.

@deanhume
Created July 5, 2016 12:20
Show Gist options
  • Save deanhume/7eb2b89deca03b6efcddef75cf574e83 to your computer and use it in GitHub Desktop.
Save deanhume/7eb2b89deca03b6efcddef75cf574e83 to your computer and use it in GitHub Desktop.
WebPageTest scripting
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