Forum Discussion

Shivani21's avatar
Shivani21
Occasional Contributor
10 months ago
Solved

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?
  • rraghvani's avatar
    10 months ago

    You need to check if the Process Exists, and also TestedApps. Have a look at the example coding provided in the help docs.