Get basic info about windows on OSX and Windows.
Get a list of all windows open on the system.
listWindows(): Array<Window>Get the position and dimensions of a window.
windowRect(window: Window): RectGet the title of a window, otherwise null.
windowTitle(window: Window): string | nullDetermine if a window is full screen.
isWindowFullScreen(window: Window): boolean