Hello guys,
I need to be able to make a mouse click on a program.
Via Windows AutoIT info I managed to recover the data that are needed me but I can not make him do the left click.
$gat = WinGetHandle("[TITLE:GAT.crm [DIST ]; CLASS:OMain; INSTANCE:1]", "")
ControlClick($gat, "", "PAUSA")
did I do something wrong?