Search found 2 matches
- 06 Mar 2020 22:52
- Forum: User Help / Bug Reports
- Topic: Seeking help automating app login
- Replies: 6
- Views: 18680
Re: Seeking help automating app login
while(NOT existsElementById(id)) { sleep(200); } This method just hangs until I stop the script. //waiting for timer timer = 0; while(getTextById("id") != "Add…" AND (timer = timer + 200) <= 3000) sleep(200); if(timer > 3000) (msg = "Please add new element within 3 seconds!") / 0; This method hangs ...
- 04 Mar 2020 21:39
- Forum: User Help / Bug Reports
- Topic: Seeking help automating app login
- Replies: 6
- Views: 18680
Seeking help automating app login
I'm trying to automate an annoying login process. I'm hoping I can get a little help with it. The app itself: Launch app App has a splash screen that can take various amounts of time to go away Enter username, click submit Next screen, checkboxes. Select phone then sms. Click submit Wait for One Tim...