Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
the UIA functionality cannot retrieve the control description.
#15
LA is so powerful that it only takes two lines of code to get the job done.
However, there is an issue: I have to manually select UIA every time, as shown in the image below.
Suggestion: After pressing Shift + F3 once, UIA should be automatically selected.
https://i.ibb.co/nsYkXntD/aa.jpg

Code:
Copy      Help
var w1 = wnd.find(1, "", "Qt622QWindowIcon");
var e1 = w1.Elm["STATICTEXT", prop: "desc=HomePageDraftTitle:3月8日", flags: EFFlags.UIA].Find(1);
e1.Parent.MouseClick();

If QM can also achieve this functionality, that would be great!
Which source file contains the implementation code? I’d like to try using ChatGPT to work on it.


Messages In This Thread
RE: the UIA functionality cannot retrieve the control description. - by Davider - 03-21-2025, 11:13 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)