Console Module Reference
New in version 0.0.5.
Control the macOS Console application using JXA-like syntax.
Classes:
|
A class for managing and interacting with Console.app. |
- class PyXA.apps.Console.XAConsoleApplication(properties)[source]
Bases:
XASBApplication
A class for managing and interacting with Console.app.
New in version 0.0.5.
Methods:
select_device
(uuid)Select a device.
- select_device(uuid: str) XAConsoleApplication [source]
Select a device.
- Parameters:
uuid (str) – The UUID of the device to select
- Returns:
The application ject
- Return type:
New in version 0.0.5.