Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Clicking 2 buttons on firefox status bar
#3
Done that. But the macro isn't working right. I am using hotkey numpad4 for doing this macro and when i press the hotkey, this thing is happening -
a delay of 5 seconds like (dont know why), then JS button gets clicked, then no f button gets clicked, rather an another inactive window (sometimes metapad which is opened up here) gets activated. Also the qm is showing an error - Error (RT) in <open ":1582: /344">MacroF: window not found. <help #IDP_ERR>? (the exact text of error is - Error (RT) in MacroF: window not found ?)

Here's the code made by - accessible object actions -

Code:
Copy      Help
int w=win(" - Mozilla Firefox" "MozillaWindowClass")
Acc a.Find(w "PUSHBUTTON" "Enable/Disable Javascript" "" 0x1001)
a.DoDefaultAction
int w1=win(" - Mozilla Firefox" "MozillaWindowClass")
Acc a1.Find(w1 "PUSHBUTTON" "" "" 0x1000)
a1.DoDefaultAction


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)