Forum Discussion

vinkumar's avatar
vinkumar
Occasional Contributor
12 years ago

Unable to map the cell value of swing table.

I want to get the value of a column of swing table but while maaping the object, object spy get fails to enter in the table.



I tried to take the name of object through cordinates but once i take the mapping of object in next few time it get deleted from the object Browser.



Can any one please help me in knowing the exact issue behid this problem.



1 Reply

  • vajindarladdad's avatar
    vajindarladdad
    Frequent Contributor
    Hi Vinay,



    What I can understand from from your query is , you want to map a the object which becomes unvisible when the mouse is move or clicked to some other control & the table is within that control.



    I have faced a similiar issue where Object Syp (with "Drag and Drop" & "Point and Fix") method did not work.



    I would recommend you to record a script whilst we are recording TC automatically maps the required object.

    Once you are done with the recording , you can view the script and come to know which object is mapped with what all required properties.



    Please give a try the record and playback method to record the required (specific) actions & then use the requied mapped object.



    Please let me know how it goes.



    And going further, table cells are difficult to map , I would recommend to use (wItem , Cell , Rows method to fetch the values of a cell)



    I hope this has been of some help.