Web page loads the data

Hello

There is a web page which has some data. On clicking the option, the data gets refreshed. It is basically the subset of data presented before. When I click that option, the data gets refreshed. On the refreshed data I have to do some operation. How to know whether the data has been refreshed or not after clicking the option?

Hope I explain the question in well manner.

Use element exists activity and indicate the page which comes after clicking the option.

There is no difference between the format of two different pages- before and after clicking

The only difference is the value gets refreshed

If the values always change then you can extract some data before and after clicking the option…and then compare them.
Or try UExplorer to generate different selectors for both pages by changing the tags, if that’s possible…