Hey everyone,
I am trying to send mouseclick to control, but just cant understand why it doesnt work. Please help as I might brake something useful in my head... Commands I've tried:
ControlClick("Logs","Clear","[CLASS: WindowsForms10.Window.8.app.0.141b42a_r10_ad1; INSTANCE:1]")
ControlClick("Logs","Clear","[CLASS: WindowsForms10.STATIC.app.0.141b42a_r10_ad1; INSTANCE:1]")
ControlClick("Logs","Clear","[CLASS: WindowsForms10.STATIC.app.0.141b42a_r10_ad11; INSTANCE:1]")
ControlClick("Logs","Clear","[ID: 593764]")
ControlClick("Logs","Clear",593764)
ControlClick("Logs","","[CLASS: WindowsForms10.Window.8.app.0.141b42a_r10_ad1; INSTANCE:1]")
ControlClick("Logs","","[CLASS: WindowsForms10.STATIC.app.0.141b42a_r10_ad1; INSTANCE:1]")
ControlClick("Logs","","[CLASS: WindowsForms10.STATIC.app.0.141b42a_r10_ad11; INSTANCE:1]")
ControlClick("Logs","","[ID: 593764]")
ControlClick("Logs","",593764)
And all the combinations with
WinActivate("Logs")
Attached is the screenshot of Autoit Info window. Is it me? Or some "unclickable" control?