Hi I am trying to click a button on a pop up to install something.
from pywinauto import application
app = application.Application()
app.WindowsSecurity.Install.Click()
This code is working fine for Windows 2k8 but on Windows 2k12 is not working. I think because of the GUI change it's not happening. I am able to catch the pop up but not able to click on the install button. I am getting control identifiers. Can you help me in order to click on that button?