How can i select a row by name instead of css3selector in the table list

Hi ,
Can anyone guide me how i can select the td element by name instead of css3selector /path.As the name always changes i cannot select the report based on path,instead i want it to select by name.

Regards,
Pallavi

![P1|690x441]

Hi,

You can press ctrl key and select two consecutive row of same column. This will generate selector which will enable you to iterate over values in that column

Regards,
Amit

Thank you.I have created the css3 selector manually.