I want to use Python and atomac
module to trigger an application in macOS like following scripts:
atomac.launchAppByBundleID()
app_win = atomac.getAppRefByBundleId(app_bundle_ID)
But I don't know how to get the Bundle ID (app_bundle_ID
) of the application.