Screen loading problem

Hello everyone,
my question is , when we create a workflow of web application then sometimes it runs properly but sometimes is gives a error that can’t find UI element . In my process it occurs when screen is loaded sometimes it is loaded within seconds but sometime it takes time therefore robot cant get that element . I use the delay but it is not proper solution so please give me the satisfactory solution , which is permanant for all other cases.
thanks and regards,

@vishal.sonnor,
please create a dynamic wait with Element Exists activity. Make sure you add Selector of jpg to Element Exists activity. Keep this element exists activity in a loop. Once jpg load fully then element exists become true and it should exit the loop. This dynamic wait can apply in any place where you want to sync with application loading time.
Hope my inputs are useful.

1 Like

Hi @vishal.sonnor
Use On Element Appear Activity It waits for Element to Appear properly and under this Activity you can do multiple actions.

1 Like

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