I am using Get Text activity to scrap date [numeric value] from a website and then paste in excel for further calculations. Now, this value keeps changing. The bot stops working when the value changes [from the one which was there while the bot was being made]
Could you please advise how to make this one dynamic? I have attached the image of the text that I wanted to scrap.
If possible pls share the selector of your get text activity so that we can tell you which attribute value needs to be replaced with Wildcard *
I hope it’s simple and you can either do it
Open this page and using get text activity indicate the element and get the selector, copy it and paste it in a notepad
Again close and open this page and if you are able to see different value then again indicate with get text activity and get the selector, copy and paste it below to the above pasted selector
Observe the difference in them and replace that differing value with * symbol
That’s it
You are done
Or
Use GET ATTRIBUTE activity and get the value of the attribute which shows that value in selector mostly would be aaname or innerText
retrieving the text we do with get text activity
for this we define a reliable selector
if selector is hard to find, then maybe we will use an anchor for the element (in your case the label interviews could be an option)