I am working on automating a workflow, where I have to get the color code from the status bar of an app. If the color is Green, then the app is working fine.
I tried using the customized work flows ‘Get Pixel from Image’ or Color Detector, but none of them are working. The nearest I am getting is by using ‘Get Pixel from Image’, but if the resolution of the system changes, it sends different results.
Is there any other way by which you could check if application is running? PowerShell invoke to check if process is in “running” state on the worker/session?