Shivani21
2 years agoOccasional Contributor
Checking if application is open
I want to check if the application is open or not. If it is open, do not do anything If it is not open, open the application How do I do it via recording option or Python scripting?
- 2 years ago
You need to check if the Process Exists, and also TestedApps. Have a look at the example coding provided in the help docs.