Bot pausing during UAC panel popup

22 Views Asked by At

I tried different languages and libraries (Java Robot, NodeJS "nutjs" Robot) for automation but they all pause when the UAC window pops up.

I'm building a dedicated Windows device on which will run headless and graphical bot to do some task and at some point I need to use graphical applications but when I start them by double clicking on their icon (with or without the bot) I get the UAC panel which seems to run in a parallel universe in which my bot forgets its own existence.

I am running my bot as administator and it still can't interact with the UAC panel.

Any languages/libraries I can use such that my bot can interact with the UAC to click YES?

0

There are 0 best solutions below