How to get a value from webpage which is changing daily

Hi,

I am trying to get the data from web. Which is changing daily.

image

I tried using selectors. but the id in the selector also keeps on changing.

image.

How to get this data.

Hi @shakahamed,
try like this

“<webctrl id=‘*–uid207’ tag='DIV />”

Regards,
Arivu

uid207 also keeps on changing.

Hi @shakahamed,

If it’s all changing dynamically use screen scraping to get the data.
Else add more attributes like class, tag,etc., check the selector in some where we can get the unique one so there we can select.

Use UIEXPLORER to get the selector

Regards,
Arivu

Also you can check this video to see how you can use wildcards:

Try using Find relative element. I hope this will work better.