Fix for the error received while inspecting the application element "Cannot access target process elevated privileges might be required. Try running the UiPath application as an administrator."
Error Messages:
Root Cause: The target application where an automating needs a higher privilege to interact with it.
Resolution: The issue appears due to lack of privileges. Note that it is an expected behavior to not allow the Robot to run as an administrator when triggered from the Orchestrator considering the implications that it carries for an enterprise organization.
- For example: The Orchestrator user who access to trigger a job (assuming that will trigger a Robot in admin mode) can make an automation on the machine to modify the registries, Windows settings or other key configurations in the machine, etc.
The solution for this would be to run the target application in a non-elevated mode or low Integrity level after which the UiPath Robot will be able to identify the application elements.