I am stuck with weird issue for which I am not able to find the root cause. I would need your guidance to handle this scenario.
I have a web application, after login and 2 factor authentication, I need to click on Accept Term page which navigates to Home Page of the application.
I dont see any issue getting to the homepage in manual steps, however when same workflow is executed from Studio, after clicking on Accept Term website is navigating to broken url webpage and workflow fails.
Any idea what is causing this? how to resolve/handle it?
Application need to be opened in incognito mode. So if I close the browser/tab, I will have to do re-login, 2 factor authentication again.
But I found the issue where re-directing elements are different while performing manually vs running through UiPath. May be there is recent change in Application urls. I have recaptured the Ui elements with updated urls. Issue has been resolved.