Subscribe

UiPath Robot

The UiPath Robot Guide

User Access Control Prompt and UI Automation Activities

Observed Behavior

Unattended processes using UIAutomation activities such as click, type into or take screenshot do not work.

Cause

A program such as Server Manager set to launch at start up which displays a Windows User Account Control prompt blocks the Robot from making any interaction with the UI. This is happening because the User Account Control prompt is opened in a separate windows desktop to which the Robot does not have access to.

Resolution

Manually or programmatically find the program that displays the UAC prompt and set it to not start automatically to avoid the UAC.

Updated about a year ago


User Access Control Prompt and UI Automation Activities


Suggested Edits are limited on API Reference Pages

You can only suggest edits to Markdown body content, but not to the API spec.