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?
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.