Question
Standard Chartered PLC
HK
Last activity: 6 Nov 2018 20:02 EST
Application skips six steps when running
Hi,
Having a weird error pop up when trying to run my automation.
My automation has the following loop:
Enter ID into text box
Sendkeys "Press Enter"
Match and select Radio Button
Match and press Upload button (Opens new window)
Match and press Add button
Select file from directory
Match and press Save button
Match and press Close button
When I go step by step (using F11), my application runs fine.
However, if I try to run it normally, it will get up to Sendkeys Press Enter, then skip to Match and press Add button (which fails as the new window has not been opened yet).
Any idea why this behaviour occurs?