Objective: Automate the login process with different conditions, avoiding the use of Element Exists activity and Else If branching logic.
Test Cases:
1.Successful Login– Valid username and password.
2.Invalid Credentials– Incorrect username or password.
3.Login Page Not Loaded– Page fails to load or times out.
4.Forgot Password Flow– User clicks “Forgot Password” and initiates recovery.
Requirement:
Looking for an optimal approach in RPA (preferably using UiPath) to handle the above scenarios without using Element Exists and Else If conditions.
Hi @postwick I’m looking for other solutions to handle this condition. Using ‘Get URL’ is one way to automate the flow, but it fails when the credentials are wrong, since the URL doesn’t change. I’m looking for other solutions to handle this condition. Using ‘Element Exists’ causes unnecessary delays, especially when the fourth condition matches before the others.