Can you provide screenshot of your workflow? And if you not sure about which activity is failing
then you can just place the log message after the activities and check the logs from Orchestrator
This way you can check at which point the activity is failing
verbose logging is possible but will slow your automation down and fill up your log ledgers. Eventually, if you use a lot of verbose logs you will need to set up a SQL to clear your log ledgers or you will be unable to run automations or load transactions into queues.
Is there more to the error log message? Typically the piece you show us would be at the end of a string of information that gives us more detail about what is failing. It should be above the statement “End of exception detail stack trace”
Type Into Activity is throwing the error. I have a automation which logins to a web site. When typing the User Name using Type Into getting this error.
I suspect the selectors for the field need to be evaluated. It would be helpful if you can share the selectors? Also, are you using Orchestrator for your credentials?
can you tell me how you are retrieving your credentials from Orchestrator? Also, if simulate click does not work after tuning your selector - try sending a windows message? Is this a chrome-based browser?
Lets make sure that you are retrieving the username and password from Orchestrator. Can you put in a write line activity to determine if the username is being retrieved after you get the credential? It is not impossible that the timeout is happening because there is nothing for the bot to type into username - it is waiting for something.
I apologize, if I misunderstand, it is difficult without a view of what you are trying to do. If you have stored your Windows Credentials in Orchestrator as an asset, in order to utilize them in the automation as a username/password combination you will need to use a get credential activity in your schema. Is this how you are retrieving your login information from Orchestrator? If not, the bot is probably waiting for the information and is timing out because it does not have it.