Forum Discussion
- Colin_McCraeCommunity Hero
Never used this type of table myself.
But it appears to be an SWT object?
In which case, this: https://support.smartbear.com/testcomplete/docs/reference/test-objects/members/window-and-process/swtobject-method.html
... looks like it might be a good starting point?
- shankar_rCommunity Hero
try this objTable.getValueAt(rownum,colnum), you might get the cell value.
- caulineContributor
OK, I'll give it a shot. Thx!