Forum Discussion

Nilam's avatar
Nilam
Occasional Contributor
7 years ago

Click a button in a table for same column

I have to click a button for a each column of that table but that button does'nt have any unique ID. Some more button are added there like "Edit"    "Pay"  "Delete" . i need to only click on Edit buttton for each ccolumn, bydefault it's clicking for the !st column only.
how can i solve this problem.

1 Reply

  • tristaanogre's avatar
    tristaanogre
    Esteemed Contributor

    What type of control is the table?  Depending upon the control type, you can tell TestComplete to interact with different components internal to the table.  If you can do an object spy of the table itself with full properties and methods and post the appropriate screenshots, someone should be able to give you some guidance.