Hi, I have a process where I’m scraping a data from a web page then the data is stored in datatable variable
In the format [All Conversation
Ken1996
25 Apr. 2023 - 07:37am
Sue
25 Apr. 2023 - 02:00pm
Ben
25 Apr. 2023 - 03:08pm
]
So the data is like username and then down the dates
(Ken1996
25 Apr. 2023 - 07:37)
I have to click on each value present in the web page so how can i make my selector innertext dynamic so that the bot will always get the name and time from datatable and then click on that data in webpage.
Please help