Forum Discussion
Hi Vinoth,
You can check the value of the RowIndex property.
- vinothpsNew ContributorHi,
Can you please provide the solution for the above query.
Thanks in advance.
Regards,
Vinoth P S - ishan_07Occasional Contributor
Hello,
You can get the row id using javaScript. Following is the code for the same. You can verify it.function getId(element) { alert("row" + element.parentNode.parentNode.rowIndex + " - column" + element.parentNode.cellIndex); }
- AlexKaras
Champion Level 3
Hi,
a) This is TestComplete forum, thus Selenium code will not work;
b) It is pretty kind of you replying to the 6 (six) years old thread.