Reading text from web selector

I am working on the web based automation project where I have a selection to make on a list. How do I read the items?
10-12-2017 1-23-05 PM

or read from here after selection?
10-12-2017 1-23-05 PM

Hello @niranjan7988,

What’s the purpose of reading that, what do you need to do with the info?

I need to read the text and check if there is there is (Terminated) or (Rescinded) for further processing

You could use the get text activity on the last one, put everything in a string, the check if the string contains the given word, use the String method contains