appium / appium-for-mac

[deprecated] Application for automating a mac app with JSON wire protocol
Apache License 2.0
193 stars 70 forks source link

Detect is an application installed #36

Open mykyta-bondarenko opened 6 years ago

mykyta-bondarenko commented 6 years ago

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?