Hi everyone,
After running my automation process for the first time, it successfully logged into the ACME website and completed the intended tasks. However, when I try to run the automation again, it doesn’t navigate to the login page since I’m already logged in from the previous session. This causes an error because the workflow is still trying to execute the login process.
How can I adjust my automation to handle the scenario where the user is already logged in and skip the login steps if necessary?
Any suggestions would be greatly appreciated!
Thanks in advance!