10-28-2015, 10:46 AM
Please post the code that the dialog creates.
This code works as expected:
Macro Macro2753
Often the dialog finds faster than the code because, while the dialog is open, all Firefox accessible objects are created (when retrieving the object tree) and alive.
This code works as expected:
Macro Macro2753
int w=win(" - Mozilla Firefox" "MozillaWindowClass")
PerfFirst
Acc a.Find(w "TEXT" "Phrase not found" "state=0x0 0x20000040" 0x1085) ;;52 ms with the Reverse flag
;Acc a.Find(w "TEXT" "Phrase not found" "state=0x0 0x20000040" 0x1005) ;;630 ms without the flag
PerfNext
PerfOutOften the dialog finds faster than the code because, while the dialog is open, all Firefox accessible objects are created (when retrieving the object tree) and alive.
