XAppProcess allows you to send key events to the application process specified with a bundle identifier.“keystroke” and “key code” commands of “System Events” can send key events only to the frontmost application process. But XAppProcess can send key events to any background processes.Also following oprerations to application processes are provided:activate an application process with detail options e.g. only one window is bring to the fronthide an application process without using “System Events”
Activate specified application process with detail options
Return a new XAppProcess instance for an application process specified with a bundle identifier.
Return a new XAppProcess instance for the frontmost application.
Attempts to hide the application.
Attempts to unhide the application.
Indicates whether the application is currently hidden.
Activate the application process with detail options
Indicates whether the application is currently hidden.
Indicates whether the application is currently frontmost.
Post a key event to the application
Obtain an bundle identifier of the application process
Obtain a process identifier of the applicatin process