Forum Discussion
1 Reply
- Hi Vinod,
You can try recording the test that would click the object you need. Refer to the "Recording Tests" article for details.
I guess TestComplete will record something like this:
getid = meterLink.dlgMeterName.btnOK;
getid.Click();