Forum Discussion
tristaanogre
14 years agoEsteemed Contributor
I would suggest looking into the "FindAllChildren" method. Call that method from you application level and have it look for all buttons with particular captions, etc. You can then use a "for" loop to loop through the resulting array and call "ClickButton" for each item in the array.
See http://smartbear.com/support/viewarticle/12741/
See http://smartbear.com/support/viewarticle/12741/