Piims screen

from this screen i want to find our total no. of div/lease count

Hi @ashishmani
use the terminal activity by using connect and use get text activitiy

Based on that you can get the div lease count by spliting the string
Thanks
Ashwin S

1 Like

Hi @ashishmani

Go through the below link

Regards,
A Manohar

1 Like

@AshwinS2 @Manohar1 i waana to count this using regex only…

@ashishmani

use Get Text to get the element,and use add to collection activity and add these get text variable to a collection variable.

Then use CollectionVariable.count.toString ,it will give the count

Regards,
A Manohar

DIV/LEASE BARRELS DIV/LEASE BARRELS DIV/LEASE BARRELS
01 019052 74.01 01 057996 123.35 01 057997 49.34

i want to count no. of div/lease only

You can use Matches activity.
And pass the pattern as “div/lease” which will give the count to you.

Get back in case of any queries.