How to select multiple lines with column on web-based table with the same number at the same time

Hi @Chinyere_Ordor

add an attribute idx to it and change the idx as 1 for first…2 for second ans so on till the selector fails to select all rows matching

Looks like this
<wectrl tag='div' innertext='abc' idx='1' />

Or

you can as well use for each ui element and modify the innertext alone so that it clicks on all with that innertext

cheers