I’m doing a process migration from an old environment to a new environment. In the old environment, the process runs well in both attended and unattended modes. But in the new environment, it runs only in the attended mode but fails in the unattended.
The bot fails to identify certain UI elements in the new environment with unattended mode and it fails. The selectors and all are fine. I have tried changing simulate, and send windows messages properties and it didn’t work at all. Also gave delays nothing worked.
Finally, I tried with ‘UiPath.UIAutomationNext.Activities.Nclick’ package activities and it also didn’t work.
Can it be any other issue related to the bot settings or anything?
I installed it in the service mode as you suggested and the process started to run in the orchestrator without the pending status but the process fails in unattended mode. The bot is unable to identify some UI elements.