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();


Messages In This Thread
Use rx to match UI element names - by Davider - 03-10-2024, 07:37 AM
RE: Use rx to match UI element names - by Davider - 03-11-2024, 12:19 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)