Name of windows

I am trying to get the name of child windows in a application.
I'm pulling my hair out on this one... :weary:
Reason I want to reposition these windows but using "Window Named" is not working..


Thank you,
Bill

Sometimes it happens that the displayed window title is not the “real” window title.

This, this and this may be helpful for getting the available window titles. You can also use Accessibility Inspector, which comes free with Xcode.

1 Like

Hey Bill,

Those windows appear to be palettes (or floating windows), and Keyboard Maestro doesn’t see them.

You’ll have to use AppleScript System Events (if it sees them).

-Chris