How to Use Check App State with Pop Up | Screen Element in Object Repository

Hello All,

I am struggling to use Check App State Activity for Pop Up as only elements captured inside the screen can be dropped in target for Check App State Activity but not the screen itself. I know I can just show it the element itself again but is there a way to use the screen element with Check App State Activity. Kindly Guide me If I am missing something basic.

Regards

Hi @akwar

The Check App State activity requires specific UI elements, not the entire screen, as its target. You cannot directly use the screen itself in the activity.
To work around this, use UI Explorer to capture a unique element within the pop-up, such as a button or label. Then, use Check App State to monitor the state of that element. Optionally, you can use Element Exists or On Element Appear to detect the pop-up before applying the check.

If you found helpful, feel free to tick as a solution.
Happy Automation

@akwar,

If I understand your query, you can do this way
Get Ui Element of the check app state

Reuse the Ui Element from outer check app state

Hi Prashant,

Thank you for responding.

Looks like I might have to use Classic Activities.
I was just curious if there was a way with modern activities,
after all the pop is also an element, and I wish I could use it in check app state the way we use in Element Exists.
Requesting UiPath team to please add support for the same.
Marking you answer as solution.

Regards

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.