We had simple automation request. We get input in pdf, read the value and open a desktop (exe) application. Search for Vendor and copy the data from pdf to desktop application.
However, this application is non readable by normal selectors. I have tried all the method and finally Modern activity, Use Application and its Click activity/Type Into with Image and Anchor worked.
Use Application (UiPath.UIAutomationNext.Activities.NApplicationCard) has input mode as ‘HardwareEvents’
And Click/Type into inside this is using ‘Same as app/browser’.
I have tested this robot countless times in a Dev VM using ‘Run’ mode. However when I run it from Orchestrator, it is not able to find the elements.
Has anyone come across such issue related to Image automation?
Note: I changed the robot settings ‘Login to Console’ to No and provided the same resolution as in my PC where it ran fine.