Solved
Forum Discussion
1 Reply
- rraghvani
Champion Level 3
You need to check if the Process Exists, and also TestedApps. Have a look at the example coding provided in the help docs.
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?
You need to check if the Process Exists, and also TestedApps. Have a look at the example coding provided in the help docs.