Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to make a macro end on address bar change
#7
This is the code i copied
 Macro clicky
Trigger !n"Queue Review"     Help - how to add the trigger to the macro
Code:
Copy      Help
int w=win("" "Chrome_WidgetWin_1")
Acc a.Find(w "TEXT" "Address and search bar" "class=Chrome_WidgetWin_1" 0x35)
str originalValue=a.Value
int action
rep
,a.Find(w "TEXT" "Address and search bar" "class=Chrome_WidgetWin_1" 0x35)
,str newValue=a.Value
,if newValue!=originalValue
,,action-1
,,break
,lef 981 -632
,rep 10*1
,,0.1
,,ifk A
,,,action=0
,,,break
bee
if action=1
,mes "AUX INTO AVAILABLE"
else
,,mes "AUX INTO AVAILABLE"


Messages In This Thread
RE: How to make a macro end on address bar change - by prescription - 05-21-2021, 10:26 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)