Click on Multiple line items

Hi @Rup_1,

Please do check the selectors.

I have faced this issue once. A small modification in the dynamic idx of selector will solve this issue.
For first line, the idx will be “1”,
for second, the idx will be “2”.
If idx is passed through a variable and incremented inside loop, it will work fine.
E.g.

“<ctrl idx='” + CounterValue + “’ role=‘row’ />”

Thanks,
Saranya K R