Hi,
I am trying to get the data from web. Which is changing daily.
I tried using selectors. but the id in the selector also keeps on changing.
.
How to get this data.
Hi,
I am trying to get the data from web. Which is changing daily.
I tried using selectors. but the id in the selector also keeps on changing.
.
How to get this data.
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
Try using Find relative element. I hope this will work better.