swati_nadage
11 years agoContributor
Working with same edit boxes in a table of tree lis control
We are automating a desktop application. In that we have a tree list control, in that there is a table in which there are edit boxes. On double clicking on cells in the table edit box appears. TestComplete is showing same edit box object for all the cells in the table. I tried using FindAllChildren method. In hat also its giving only one edit object. We want to input min max values in these edit box. But as same edit button TestComplete is showing i am not able to understand how to hadle it. Properties of edit boxes are same. Could you please help me in handling this issue?