How to get partial matched text Item in Variable

Hello,

I have one web page from where I need to get the text who’s some text are matching.
Can anyone please suggest.

Below is the Screen shot for more reference.
from below I need the text which contains some text “ACR2021”. So I have 3 item available and I need to get the same in one variable.

image

Hi, what you have tried so far?

Are you using Get Text Activity? If so, you can specify a wildcard on the selector… like aaname=“ACR2021*”.

If you are doing a Data Scraping you can filter the results starting with “ACR2021”.

1 Like

@nilesh.mahajan

second way as told by @alexandretperez is better, you can datascrape and then filter accordingly

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.