Forum Discussion
vajindarladdad
13 years agoFrequent 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.
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.