Is is possible to use keyboard actions or to make click on UAC dialogs?

Asked by Asheru

It is possible to use keybaord actions or to click in a UAC. I want to install an app but it shows an pop-up where you have to accept licence agrrement and to "next" clicks

Question information

Language:
English Edit question
Status:
Expired
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
masuo (masuo-ohara) said :
#1

What do you do when you manually solve your problem?
I think that automating the same thing as that is a shortcut to solution.

Revision history for this message
Asheru (asheru93) said :
#2

I was trying to install an application. I solved it by adding some parameters to a command. You also need to run the script as an admin. This combination, run the script as admin + the right arguments for the install command will not show the UAC. This is the command:

setup.exe /S /v"/qb! /norestart" but it might be particular for my app.

HOWEVER, it seems that there is a workaround for clicking on UAC with sikuli.

Please see here -> https://stackoverflow.com/questions/42636098/sikulix-jython-uac-automation

Revision history for this message
Launchpad Janitor (janitor) said :
#3

This question was expired because it remained in the 'Needs information' state without activity for the last 15 days.