How to check a webpage is loaded or not after applying a filter on that page?

I am using a website where after applying a filter the contents in the page are loading not the whole page. The time for loading contents after applying filter is unpredictable, so I can’t use specific amount of delay here. I cannot use Element Exists activity because the contents(headers & text) in the page are not changing only the values(numbers) are getting updated. Please help me in this scenario that how should I know updation of values is completed.

1 Like

Hey @balaji123156

Is there any loader icon showing up ?

Thanks
#nK

Hey, @balaji123156 ! Can you share the website with us?

Maybe you can use “On element appear” or “Check App state”. But we need to study the scenario!!

Let us know!!

@Nithinkrishna
Yes, a small buffer round loading symbol appearing on top of the value which needs to be updated

1 Like

@gabrielribas4
It is a client site, you don’t have access to that. Anyway it is PowerBI webpage.

Hey @balaji123156

You need to use this loader icon to check if page has been loaded.

Once you apply filter, just do a check if the loader icon disappeared.

Hope this helps.

Thanks
#nK

@Nithinkrishna

image

image

The values are loading like in the above image. How should I check the loader is disappeared or not?

Hey @balaji123156

Use UiExplorer and indicate that loader icon when it comes to first frame the selector.

Thanks
#nK

@Nithinkrishna
It worked.

Thank you.

1 Like

Cool @balaji123156

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