I have a desktop flow set to perform these operations:
1. Open a new chrome window to website
2. Populate text field (username)
3. Populate text field (password)
4. Press button (login)
5. Wait for web page element (an element that appears after the login is successful)
When I run this flow attended from desktop, it has no issues and logs in then proceeds with the next action. But when I run my cloud flow which is set to run the flow at a scheduled time in unattended, the browser launches, and from what I can tell the username and password are input but then it will just wait forever, unable to execute step 5, making me think that for some reason after clicking login it's not authenticating and redirecting.
Any ideas how I can troubleshoot what's going on here? Thanks in advance.