Skip to content

Instantly share code, notes, and snippets.

@jacobsalmela
Created January 5, 2015 19:14
Show Gist options
  • Save jacobsalmela/e2d45f6220294bd468ad to your computer and use it in GitHub Desktop.
Save jacobsalmela/e2d45f6220294bd468ad to your computer and use it in GitHub Desktop.
Enter sample user credentials
# Click Username field
click(1058,278)
sleep(1)
shell.SendKeys("username")
sleep(1)
shell.SendKeys("{TAB}")
sleep(1)
shell.SendKeys("testcode")
sleep(1)
shell.SendKeys("{ENTER}")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment