Hi all, I am automating a an application written in C#. i dont have its code. in application there is a grid view table containing list of templates. i want to select a particular template by its name and not its row index.
for example: consider the grid view table consisting list of months. Now i want to select "May" month in the list by its name.
I am using IBM RFT 8.1 and found the object for grid view table. but i am not able to select the row entry by its name. Please help