Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SendMessage function
#1
Hello. Sorry for the rudimentary question:
How do I call the function SendMessage in LibreAutomate?

Thanks in advance as always
#2
Code:
Copy      Help
// script ""
var w = wnd.find("name");
w.Send(message, wParam, lParam);
#3
Thank you!!
#4
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
#5
Maybe there is a way to integrate accessible objects?


Forum Jump:


Users browsing this thread: 1 Guest(s)