Mouse over text in visible window

Hints, tips and tricks for newbies

Moderators: Dorian (MJT support), JRL

Post Reply
Vishael
Newbie
Posts: 2
Joined: Sat Nov 13, 2010 12:30 pm

Mouse over text in visible window

Post by Vishael » Sat Nov 13, 2010 12:37 pm

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.

adroege
Automation Wizard
Posts: 438
Joined: Tue Dec 07, 2004 7:39 pm

Post by adroege » Sun Nov 14, 2010 2:04 pm

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

Vishael
Newbie
Posts: 2
Joined: Sat Nov 13, 2010 12:30 pm

Post by Vishael » Thu Nov 18, 2010 1:47 pm

Thank you so much, this was of great help to me.

Post Reply
cron
Sign up to our newsletter for free automation tips, tricks & discounts