Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Import Variables from Excel; Select Object by ObjectID
#8
You can try something like:

Macro Macro10
Code:
Copy      Help
QmHelp "EXAMPLES" 0 3
OnScreenDisplay "Tips: look down" 3 0 0 "Comic Sans MS" 20 0xff0000
wait 5


run "chrome.exe" "--force-renderer-accessibility www.quickmacros.com" "" "*" ;;Google Chrome
;----
int w=wait(120 WV win("Quick Macros - automation software for Windows. Macro program. Keyboard, mouse, record, toolbars. - Google Chrome" "Chrome_WidgetWin_0"))
Acc a.Find(w "TEXT" "Forum" "state=0x40 0x20000040" 0x3005 3)
a.DoDefaultAction
;----
int w1=wait(120 WV win("Quick Macros Forum • Index page - Google Chrome" "Chrome_WidgetWin_0"))
Acc b.Find(w1 "LINK" "General" "" 0x3001 10)
b.DoDefaultAction
;----
int w2=wait(120 WV win("Quick Macros Forum • View forum - General - Google Chrome" "Chrome_WidgetWin_0"))
Acc c.Find(w2 "TEXT" "Import Variables from Excel; Select Object by ObjectID" "state=0x40 0x20000040" 0x3005 3)
c.DoDefaultAction
;----
OnScreenDisplay "END" 3 0 0 "Comic Sans MS" 20 0xff0000


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)