CheckAppState Error

Hello everyone
I have the following CheckAppState. If the application is already open, the selector of the application’s field is recognized. If the application is first opened, the Selektror of the fields of the application will not be found, even with sufficient time. The selector is valid. What can be the reason for this?

Thank you in advance.

Hi @Prisemuetchen

Use “Element Exists” or “On Element Appear” activities to ensure the field is ready before interacting. Add a delay or wait for element activity to ensure the app fully loads before checking the selector.

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

Unfortunately, that doesn’t work. I added a very long delay to test this, but the error still occurs. However, when I check the selector afterwards, it’s valid.

Please fine tune the selectors.

Thank you very much. I’ve enabled exact matching in the Use Application. Now the field is recognized. :slight_smile:

1 Like

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