Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how to make a macro click a certain point on a window
#1
hey,
adding to my last post how could make a macro click a certain point in a certan window
say having a macro click imageson google
tyvm i am new and really up to learining macros
#2

Hello, and welcome to quick macros, simply use the lef command and give coordinates then use "" to supply a window name.


or use this code for images on google:

Macro ( Macro4 )
Code:
Copy      Help
Htm el=htm("A" "Images" "" win("Google - Microsoft Internet Explorer" "IEFrame") 0 0 0x21)
el.Click

Code:
Copy      Help
lef 200 300 "Google"


You should probably open the Quick Macros reference located inside QM. It has all the info you need in there.
Taking on Quick Macros one day at a time


Forum Jump:


Users browsing this thread: 1 Guest(s)