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
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.
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
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.