UAC yes and no in uipath

Hi,

I am working on a process which will install a software on my laptop. But when i debug the sequence the software installation stuck in UAC pop up and asking for Yes or No. Is there any way to capture/select that screen and click Yes to proceed?

Note- i tried opening UiPath run as administrator, but the process is giving access denied during debug.

Regards,
Navneet

@navneet.k -
1- pls add your user account to administrators group and reopen the uipath studio
2- while performing a debug operation → studio will not allow any changes to the process… you can stop the process when UAC request the user inputs (Yes/No)
3 - capture the user inputs with click activity (Yes)
4 - re execute your process and check is it clicked Yes…