Dynamic table in Siebel count words

Hey guys.

I have a dynamic table in Siebel in which I need to know how many times a word appears and click on the oldest one.

Any idea?

Thanks!

Hi @Pedro_Santos,

By the looks of it, I think in this version of Siebel, you can click on the date column header which will sort it by descending.
Check for the selector pattern in the table rows, this will help us in clicking the particular row. for eg. check if row number & column number is common selector in each row and how are they increasing.

After that, Extract the table into datatable and use for each to loop through each row and check if the row contains specific words.
increase the counter on each run and After getting first row with the specific word, break the loop. Take that number and put it into selector for click activity

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