How to click only on texts from a specified region which does not contain number?

Hi All

I am using click text activity in a specified region. In the click text activity we are providing the current date in yyyyMM format to be clicked. So the lines contain texts_date as below. So if current date is 2014 January it will click on the line containing 201401.

cubes

But as you can see there is also a line which doesn’t contain any date. So how it will click there ?

Hi @kkpatel

check this

Thanks
Ashwin S

Sorry! I am not able to get any clue for my case. Can we use string regex and check if the string doesn’t contain number then click ?

Hi @kkpatel
yes you can do it based on regex and loop the value through for each item and then pass it on click activity

Thanks
Ashwin S