Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
GetChildObjects in LA
#3
Code:
Copy      Help
// script ""
var w = wnd.find(1, "LibreAutomate", "HwndWrapper[Au.Editor;*");
var e = w.Elm["CLIENT", "Find panel"].Find(1);
var all = e.Elm[null].FindAll();
print.it("-- all --");
print.it(all);
var allButtons = e.Elm["BUTTON"].FindAll();
print.it("-- allButtons --");
print.it(allButtons);


Messages In This Thread
GetChildObjects in LA - by Davider - 03-04-2024, 09:24 PM
RE: GetChildObjects in LA - by Davider - 03-05-2024, 03:31 AM
RE: GetChildObjects in LA - by Gintaras - 03-05-2024, 05:18 AM
RE: GetChildObjects in LA - by Davider - 03-05-2024, 08:37 AM
RE: GetChildObjects in LA - by Gintaras - 03-05-2024, 09:11 AM
RE: GetChildObjects in LA - by Davider - 03-05-2024, 09:55 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)