Doubt in SAP Automation in selectors

How to set the keyboard selector to wait for the next interface to load and open without knowing the actual time of delay.

Hi @anjani_priya

Please use the check app state and indicate the element that appears on the next page and the delay will be based on the time taking for the page to be loaded so please check the time and pass the time value accordingly and also in the properties panel of the check app state give the wait for page load as the complete and it will sort the issue.

Regards

what if we don’t know the correct time and time changes every time we run?

we can wrap within a retry scope and can dynamic synchronize it

1 Like

Please provide the more time it is for the check app state activity to check for that particular element. If the element apperas before the provided time it will continue with the execution and if there is any delay for the element to appear then it will wait until the time that we entered in the activity.

Regards

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