Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Use rx to match UI element names
#1
The name of the element I want to find is a number, which can be matched by the regular expression \d{1,3}. How modify the following code?

var w = wnd.find(1, "*", "Gui").Activate();
var e = w.Elm["STATICTEXT", "1", navig: "pa"].Find(3);
e.MouseClick();
#2
Is there a solution to this?  "name" is a random number.
#3
Maybe this feature of the Find UI element tool does not work: when you hover the mouse on a control (for example the name edit box or check box), its short documentation is displayed at the top of the tool window. Does it really not work? It would be a bug, and need to fix it.


Forum Jump:


Users browsing this thread: 1 Guest(s)