Hi Everyone,
I am encountering a persistent issue while attempting to automate a login sequence for an RDP (Remote Desktop) connection. When the Windows Security prompt appears to handle credentials or MFA, the automation fails with the following error:
Error Message: CV Screen Scope ‘credentialuibroker.exe …’: Cannot access application ‘credentialuibroker.exe’. Elevated privileges might be required. Try running the UiPath application as an administrator.
What I’ve tried so far:
- Activities: I have attempted to interact with the login window using standard Click, Image, OCR, and Computer Vision (CV) activities. All result in the same access denied error.
- Frameworks: Tried switching between Default and Active Accessibility/UIA automation frameworks within the activities.