03-18-2024, 07:20 AM
You can copy-paste, or drag-drop.
Maybe in the future LA will have command "delete duplicate wnd.find". It would replace code1 with code2.
code 1
code2
Maybe in the future LA will have command "delete duplicate wnd.find". It would replace code1 with code2.
code 1
var w = wnd.find(1, "LibreAutomate", "HwndWrapper[Au.Editor;*");
var e = w.Elm["BUTTON", "Find UI element"].Find(1);
var w2 = wnd.find(1, "LibreAutomate", "HwndWrapper[Au.Editor;*");
var e2 = w2.Elm["BUTTON", "NuGet"].Find(1);
code2