I have an automation in Studio Web. It turns out that if I run the automation without interruptions, it reaches the screen where it needs to log in, enters the username and password, and then when it clicks the “enter” button, it returns to the initial screen.
If I place a breakpoint on the “enter” button and debug step by step, the automation proceeds correctly.
It seems that it does not wait for the next screen to load after clicking the “enter” button when the automation runs normally.
Use Check App State activity to check and UI element appears after clicking on enter. This will make sure that bot will wait till the after login age appears.
Is there perhaps a Login button you could click in stead of sending key “Enter”?
If possible then I would use a Click activity and set validation on the activity, to look for an element within the application - perhaps the Logout button.