Posts: 58
Threads: 20
Joined: Aug 2019
Hello. Sorry for the rudimentary question:
How do I call the function SendMessage in LibreAutomate?
Thanks in advance as always
Posts: 12,095
Threads: 142
Joined: Dec 2002
// script ""
var w = wnd.find("name");
w.Send(message, wParam, lParam);
Posts: 58
Threads: 20
Joined: Aug 2019
Posts: 58
Threads: 20
Joined: Aug 2019
Say I have a child window with no name but with the following properties:
role=TEXT
id=rtbRep
class =*RICHTEXT50W.*
I cannot figure out how to use the wnd.find method to find it
Posts: 58
Threads: 20
Joined: Aug 2019
Maybe there is a way to integrate accessible objects?