Hi!
I am working on tests for macOS applications. I've found that I can't get any information regarding installation state of the application (is it exist?). But I have to be sure that the application exists before running test.
if I run application that doesn't exist -> nothing happens
if I run application that is in any folder -> application starts
Hi! I am working on tests for macOS applications. I've found that I can't get any information regarding installation state of the application (is it exist?). But I have to be sure that the application exists before running test.
How can I detect is application exist?