As it looks, the content of the table you are working with, is only accessible with RAWTexts. That's bad, because none sample I provided is RAWText optimized. And I'm afraid, it's rather complicated to work with RAWtext-based tables. You can still access table elements via rows and columns. But for example column numbers of header cell does not match column numbers of data cells

If you want to validate just one row in table, you may be able to use xpath like this, to collect all RawTexts belonging to certain row (in this case row 1)...
Code: Select all
/form[@name='FrmMain']//table[@name='grd_Wspolnota']/rawtext[@row='1']