If the web page is taking time to load and we dont know the exact time how to handle this issue?

What to do in this case?

Hi @aparna3010

These are some methods we can use,

  1. You can use element exists activity and Indicate any element on the page.

  2. You can use on element appear activity and indicate any element on the page (it will wait for the element on the new page to appear).

  3. Use wait for ready property to complete this will wait untill all the elements on a web page to load completely.

  4. Use delay activity to put a paise on your process.

Thanks

1 Like

Thank you!!1

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