I need to verify if a tab has opened. How can I accomplish this? I have a screen that often encounters issues when opening another one. I require it to retry opening the tab if it fails.
Use Check App State activity to check if specific screen is open or not
Which activity is opening the tab?
Perhaps you can use the built-in Validation to check whether the desired tab has opened, and if not, then use Retry.
Regards
Soren
- Always validate using an element inside the tab, not the click result
- Prefer Retry Scope + Element Exists / Check App State
- Keep timeout short to avoid delays
Hello everyone, I apologize for the delay. The issue I encountered was that the ‘Check App State’ function needs to be within an activity such as ‘Use App/Browser’. However, if the window does not open, it throws an exception, which I do not require. Nevertheless, I noticed that in the latest versions of ‘Check App State’, the indicated element now allows you to select it to appear in a separate window. This resolved the issue for me. Thank you very much for your time.
Glad to hear issue resolved for you.
Kindly consider marking the solution to close this topic.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.