I am working on creating tests for a macOS application using Appium for Mac. I found that Appium doesn't return any information regarding the installation status of the application (is it exist?) on the device, but I have to be sure that the application exist before running tests.
How can I check that it is?