I want to show other application's specific window.
I only know how to bring an application foreground using
[NSRunningApplication activateWithOptions:NSApplicationActivateIgnoringOtherApps]
but it will show the main window of the application but not specific window.
so can I bring a window foreground using CGWindowID?