I am trying to run the application as administrator. But after that it gives the pop-up. I want to take the action based on what the user is selecting.
Below is the application when i am trying to open it with Administrator Rights and getting the Avecto Pop-Up message.
Note: In this case for me it is mandatory take the input from the user, because then only he should proceed further. Else he is not authorized to proceed.
Thank you so much for taking the initiative and responding to my concern
In my scenario I am trying to run the application as administrator, then it asks for some System generated authentication having 3 options. User must select either 1 of the options from the dropdown to proceed.
With Input Dialogue Activity I believe a custom pop-up will be generated from which user has to select from the options(do not want any custom pop-up). Hence user intervention is not required.
I have tried many activities like click, send hotkey, etc, I am able to select the region from the pop-up. But the activities are not working at all on the pop-up.
Is there anyway if UI Path can detect the path and perform click activity on it. âIf notâ, then is there anyway where we can halt the process and take the input from the user on the same System generated pop-up. Once user provide input with any of the option then we should resume the process(Kind of like wait until users click on some particular element on the screen). Or if there are any suggestions?
1.Try using âImage Based Activitiesâ like âClick Imageâ(Which is not that reliable). Also you can give a try with âClick Textâ activity.
Second approach is to use While loop or Retry Scope.
In Retry Scope, in condition use âElement Existsâ and in action use âDelayâ.
Thus, bot will wait for some time and check is PopUp still present(This means user has not choosen any option yet).
If Element Exists = False, Bot will exit loop and proceed for further actions.
Please let me know if any more information needed.
Click inside Activate(Note: I have tried using both âActivateâ and âGet Active WindowââŚseparate and together both)- still the the pop-up is getting highlighted in the region, but clicks/send hotkeys are not working.
Below do is inside âGet Active Windowâ Activity:
I did not understand something: Will the user interact with the message or the Robot must need to proceed all by itself? I mean⌠the user will need to select the option and the robot will continue after that or the robot will do all the actions automatically?
Iâm trying also to Type into Windows Security to automate Remote Desktop Connection but failed everything I tried. It seems that pop-up window failed with UiPath activities.
Maybe someone figure out how to make a Remote Desktop Connection avoiding that pop-up ?!
Here are screenshots of the related issue: