i have a window and I have to click on a specific point…
what i found is to use “findimagematches” and then it seems i have UIElements with a variable and X Y inside it:
List(1) { UiElement {…
…
{ Rectangle=[{X=59,Y=179,Width=19,Height=17}] },
…
but i do not know how can I click on that point…
any suggestions?
is it correct the solution i found? or exist another better solution to click on a specific point where there is an image?