Help With Random Strings & Keychecks
-
I'm making a config that .....
- Logins into my website
- Generates a random string
- Inputs the string
- Keychecks the strings response
My question is, can you set up the config, so it only continues if the code is a success? And retry if it's a fail? without having to login over, and over again...
Thank you for any help!!!
-
It sounds like something you'd want to use a while loop to accomplish.
-
THANK YOU! I was looking threw the TUTs to find something like this, but couldn't find it. Again, thank you!