You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to automate testing for an agent desktop service. Its first step is installing that agent service.
Following steps take place: 1. open MSI 2. click next 3. click i agree to terms and condition 4. click next 5. click next -> this prompts up with UAC window. I am able to automate things till here , but the click on UAC window is not happening.
Tried to do click on elementByname("YesButton") / xml path
Tried to send "left arrow key" and then "enter" ( to switch to "yes" from "no" on UAC and then enter to select "Yes")
Neither of these things worked.
Is it possible to achieve this? If so, how?
The text was updated successfully, but these errors were encountered:
You need to reduce your UAC settings to "Never notify" if you want to do any installations with scripts. Most of the installers offers silent installation with powershell, check your app.
I am trying to automate testing for an agent desktop service. Its first step is installing that agent service.
Following steps take place: 1. open MSI 2. click next 3. click i agree to terms and condition 4. click next 5. click next -> this prompts up with UAC window. I am able to automate things till here , but the click on UAC window is not happening.
Neither of these things worked.
Is it possible to achieve this? If so, how?
The text was updated successfully, but these errors were encountered: