Forum Discussion
rraghvani
Champion Level 3
2 years agoUse the Object Spy tool to see what properties are exposed from your UI object. If it's a table control, you should then see property values of "row", "column" or "cell" something along those lines. You can then uses these property values to pick the exact row/column you want.