What activities do you use?
I sually use check app states or delays
Is there any other more robust way to ensure a citizen can safely log into an application during the execution so the robot can carry on?
What activities do you use?
I sually use check app states or delays
Is there any other more robust way to ensure a citizen can safely log into an application during the execution so the robot can carry on?
Hi @adext01
A combination of Retry Scope + Element Exists is usually the most reliable.
Hi @adext01
You can follow this practice to login into any application
1 Open application
2 Check App State → Login screen ready
3 Enter credentials
4 Retry Scope → Click Login
5 Element Exists → Validate dashboard
6 Try-Catch → Handle failures
7 Continue only after successful login
If solution work for you please mark as solution or let me know if you have any doubts
Happy to help
Cheers