Created
January 5, 2015 19:14
-
-
Save jacobsalmela/e2d45f6220294bd468ad to your computer and use it in GitHub Desktop.
Enter sample user credentials
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
# 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