I am currently working on a project where I need to utilize the Check App State activity to monitor a specific UI element. My goal is to have this activity execute only when the target UI element is visible on the screen and do nothing when it is not visible.
I have configured the Check App State activity accordingly, but I am encountering an issue. When the UI element does not appear, I keep seeing a warning message on my Orchestrator saying “UI element not found”.
Can anyone suggest how to resolve this issue? Is there a better way to use the Check App State activity to achieve my goal without triggering these warning messages when the UI element is not visible?