Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Making Macro (Interfaces)
#2
If that interface is a window, the macro could be like this
Code:
Copy      Help
rep
,lef x y win("window with button") ;;click button
,int w1=win("window name of the interface") ;;find window of the interface
,if(w1) break ;;if found, stop waiting
,0.1 ;;wait 0.1 s
out "stopped waiting"


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)