Hello everybody,
I am real newbie in this branch, and as it is usual, problem has appeared...
I would like my mouse to move over exact text in the visible window. I have found only commands to find text but not to mouseover or commands to mouseover objects...
Maybe it is really simple, but I am searching for solution for two hours now and I am really desperate. Thank you for any help.
Mouse over text in visible window
Moderators: Dorian (MJT support), JRL
Code: Select all
FindImagePos>d:\today_button.bmp,SCREEN,0,1,X,Y,NumFound
If>NumFound>0
MouseMove>X_0,Y_0
//Do whatever you want here ... LClick or RClick or something else
Endif