Forum Discussion
Based on the Unable to find the object ClickCell(1, "Description") I'm guessing TestComplete not treated Aliases.Launchpad.frmOptions.CommonPanel1.UltraPanelClientAreaUnsafe.Panel1.grpBoxDetails.grbxOptFeatures.grdOptFeatures object as a Table.
Couple things to check,
Are you able to the see the ClickCell method in Object Browser for below object
Aliases.Launchpad.frmOptions.CommonPanel1.UltraPanelClientAreaUnsafe.Panel1.grpBoxDetails.grbxOptFeatures.grdOptFeatures ,
if yes, this could be timing issue
if not, you need to map the grid object perform the grid related methos.
Hi Shankar,
Thanks for getting back. I can't see ClickCell(). I can see other methods ClickCellInternal, ClickCellInternal_2 and ClickCellInternal_3, but these don't seem to work.
I'm not quite sure what you mean by:
if not, you need to map the grid object perform the grid related methods.
Thanks
Dan