If Variations
Apart from the standard If action, there are additional conditional actions:
If File Exists: Allows you to check if a file exists (or does not exist) before executing an action (or a block of actions). This action can prove very useful if, for example, you want to know if a specific file exists before performing an action on it.
If Folder Exists: Allows you to check if a folder exists (or does not exist) before executing an action (or a block of actions).
If Service: Allows you to perform an action (or a block of actions) if a specific service is running (or is paused or is stopped).
If Process: Allows you to perform an action (or a block of actions) if a specific process is running (or is not running).
If Window: Allows you to perform an action (or a block of actions) if a specific window is open (or is not open).
If Image: Allows you to perform an action (or a block of actions) if a specific image is found/is not found on the screen.
If Web Page Contains: Allows you to perform an action (of a block of actions) if a web page contains/does not contain a specific element or some text.
If Text on Screen (OCR): Allows you to check if a given text is found on the screen or not, using an OCR Engine of your choice.