Hello everyone, we are having some problems with a login workflow. The login screen is very simple and the bot is not having any problems typing in the username/password or clicking the Sign In button. However, once the Sign In button is clicked, Internet Explorer shows us a “This page can’t be displayed” error about 95% of the time. This problem only occurs when the bot is unattended and we are able to log in manually without any trouble.
Additionally, we have built two other processes that interact with the website. Neither of them have any trouble logging in. Does anyone know what might be causing this issue? The workflow is stored in the Init state of an REF, if that makes a difference.
Workflow:
Some solutions we have tried so far:
-
Changing the Options on the Type Into activities for the username and password to Send Window Messages and Simulate Click - This allowed the bot to log in for a short period of time (an hour or two at most), but ultimately it began throwing errors again
-
Changing the Options on the Click Sign In activity to Send Window Message, Simulate Click and Double Click - Same effect as changing the Type Into options, short period of success, but the bot began throwing errors soon after
-
Changing the resolution settings in our bot’s environment - No effect
-
Changing the timeout length settings in Internet Explorer - No effect
-
Copying the login workflow from the other processes we’ve built that interact with this website - No effect
-
Creating an entirely new login workflow - No effect
-
Updating the package that our Get Credentials activity comes from - Allowed the bot to login a few times, but it began throwing errors shortly after