Forum Discussion

agoyal's avatar
agoyal
New Contributor
11 years ago
Solved

Can't get the cell value of JAVA Swing object Table.

Hi, I am working on a windows application having, biut on JAVA swing objects, it has a Table I can get the object of table also using functions like getColumnCount(), getRowCount(), I can ...
  • TanyaYatskovska's avatar
    11 years ago

    Hi Anuj,


     


    You should be able to use some native properties or methods to get the target data. Try exploring TestComplete's Object Browser to find the needed one. To make sure that you see all properties/methods of the object, switch to the Advanced View mode and make TestComplete show hidden properties (Tools | Options | Engines | General | Display members | Show hidden members). Also, I suggest that you read the "Addressing Objects in Java Applications" article.