Is it possible to send a simulated mouse click to a specific window,
overlapped by others?
Benjamin - Have you tried creating your custom NSEvent objects and
passing
them to NSApplication's -sendEvent:?
Thanks for your quick answer. Maybe I was not specific enough:
I want to control window
Hi!
Is it possible to send a simulated mouse click to a specific window,
overlapped by others?
The application i want to automate as no AXActions other than AXRaise
for the main window.
I already tried to focus the window and then click (via
CGPostMouseEvent), but this interferes with use