I am trying to automate a process where UiPath connects to a virtual Citrix machine. After clicking the link, I get a Windows private network permission screen (screenshot attached).
Issue:
UiPath is not able to identify or click the “OK” button on this popup window. I have tried using:
Click activity
Send Hotkey (Enter / Tab + Enter)
Computer Vision activities
But none of these seem to work, as UiPath cannot detect this popup directly.
Has anyone faced a similar situation? Could you please suggest the best approach to handle this type of Windows message?
Is there a way to send keystrokes at the secure desktop level?
Any alternative solutions or workarounds would be appreciated.
I think UiPath cannot send keystrokes directly to the secure desktop due to windows security restrictions. use image click or computer vision to handle the popup. try send hotkey in parallel or use external scripts like autohotkey or powershell.
Run UiPath as administrator if possible. you can try - alternatively, disable the popup via system settings.
If helpful, mark as solution. Happy automation with UiPath